Searched defs:Sect (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/games/trek/
H A Dexterns.c104 char Sect[NSECTS][NSECTS]; variable
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h56 uint8_t Sect = 0; member in struct:llvm::jitlink::MachOLinkGraphBuilder::NormalizedSymbol
40 NormalizedSymbol(Optional<StringRef> Name, uint64_t Value, uint8_t Type, uint8_t Sect, uint16_t Desc, Linkage L, Scope S) argument
H A DMachOLinkGraphBuilder.cpp239 uint8_t Sect; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp218 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, argument
H A DMachOObjectFile.cpp179 MachO::section_64 Sect = O.getSection64(Sec); local
182 MachO::section Sect = O.getSection(Sec); local
1937 MachO::section_64 Sect = getSection64(Sec); local
1942 MachO::section Sect = getSection(Sec); local
1968 MachO::section_64 Sect = getSection64(Sec); local
1972 MachO::section Sect = getSection(Sec); local
1983 MachO::section_64 Sect = getSection64(Sec); local
1986 MachO::section Sect = getSection(Sec); local
2080 MachO::section_64 Sect = getSection64(Sec); local
2083 MachO::section Sect = getSection(Sec); local
4424 MachO::section_64 Sect = getSection64(Sec); local
4427 MachO::section Sect = getSection(Sec); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp257 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, argument
403 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, argument
H A DSymbolCache.cpp309 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, argument
335 SymbolCache::findFunctionSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { argument
380 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_ argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp291 auto Sect = getSection(Obj, Segment, LCI, i); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp332 MachO::section Sect = Obj->getSection(Sec); local
344 MachO::section_64 Sect = Obj->getSection64(Sec); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1498 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { local

Completed in 353 milliseconds