Searched refs:obj (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.5/build/omake/platforms/CTR/ |
| D | CTR.commondefs.gl.om | 26 global.EXT_VSOBJ = .obj 52 # While continuing to return the storage destination for .obj/.shbin, define generation rules for… 66 # Generate .obj files 74 # Find the directory where .obj is stored 104 # sourcefiles - .obj file generated with OMakefile 105 # sourcefiles_pre - built .obj file under resources 112 # Find the directory where .obj is stored 116 # (When relying on -I, no rebuild occurs when a built .obj is updated.)
|
| D | CTR.commondefs.om | 142 … the specified source file with SHADER_SOURCES in OMakefile, and get the full path to the .obj file
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_LockPolicy.h | 78 ScopedLock(const LockObject& obj) : Locker::ScopedLock(obj.mutex) {} in ScopedLock()
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/detail/ |
| D | fnd_DetailList.cpp | 20 #define OBJ_TO_LINK(list,obj) ((NNSFndLink*)(((u32)(obj))+(list)->offset)) argument
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_Thread.cpp | 247 void* obj = reinterpret_cast<void*>(stack); in TryInitializeAndStartImpl() local 248 typeInfo.copy(p, obj); in TryInitializeAndStartImpl() 257 info.p = obj; in TryInitializeAndStartImpl()
|
| /CTR-SDK-4.2.5/build/omake/ |
| D | commondefs.funcs.om | 200 AddRuleToMakeObjectFromBinary(obj, bin, sympair, flags) = 203 $(obj): $(bin) $(BIN2OBJ) :value: $(getMtimeIfLarge $(bin)) 205 return $(obj) 374 private.obj = $(ObjectOne $(config),$(filename),$(config.getObjectDirectory)) 376 value $(AddRuleToInstall $(libpath),$(obj))
|