Home
last modified time | relevance | path

Searched full:n_sect (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/test/ObjectYAML/MachO/
Dsymtab.yaml147 n_sect: 1
152 n_sect: 1
157 n_sect: 1
162 n_sect: 1
167 n_sect: 1
172 n_sect: 1
177 n_sect: 1
182 n_sect: 4
187 n_sect: 4
192 n_sect: 1
[all …]
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dnlist.h71 * were changing n_other (an unused field) to n_sect and the addition of the
72 * N_SECT type. These modifications are required to support symbols in a larger
84 uint8_t n_sect; /* section number or NO_SECT */ member
97 uint8_t n_sect; /* section number or NO_SECT */ member
132 #define N_UNDF 0x0 /* undefined, n_sect == NO_SECT */
133 #define N_ABS 0x2 /* absolute, n_sect == NO_SECT */
134 #define N_SECT 0xe /* defined in section number n_sect */ macro
146 * If the type is N_SECT then the n_sect field contains an ordinal of the
153 * updated by the link editor based on the value of it's n_sect field and where
154 * the section n_sect references gets relocated. If the value of the n_sect
[all …]
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp78 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in handleStabDebugMapEntry()
92 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in dumpSymTabEntry()
203 OS << "Index n_strx n_type n_sect n_desc n_value\n"; in dumpSymTabHeader()
226 case MachO::N_UNDF: // 0x0 undefined, n_sect == NO_SECT in dumpSymTabEntry()
229 case MachO::N_ABS: // 0x2 absolute, n_sect == NO_SECT in dumpSymTabEntry()
232 case MachO::N_SECT: // 0xe defined in section number n_sect in dumpSymTabEntry()
252 // n_sect in dumpSymTabEntry()
/external/boringssl/src/util/
Dread_symbols.go214 N_UNDF uint8 = 0x0 // undefined, n_sect == NO_SECT
215 N_ABS uint8 = 0x2 // absolute, n_sect == NO_SECT
216 N_SECT uint8 = 0xe // defined in section number n_sect
/external/cronet/third_party/boringssl/src/util/
Dread_symbols.go214 N_UNDF uint8 = 0x0 // undefined, n_sect == NO_SECT
215 N_ABS uint8 = 0x2 // absolute, n_sect == NO_SECT
216 N_SECT uint8 = 0xe // defined in section number n_sect
/external/llvm/test/tools/dsymutil/
Ddump-symtab.test8 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
21 I386-NEXT: Index n_strx n_type n_sect n_desc n_value
36 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp318 NType |= MachO::N_SECT; in darwinPrintSymbol()
336 NSect = STE_64.n_sect; in darwinPrintSymbol()
346 NSect = STE.n_sect; in darwinPrintSymbol()
408 case MachO::N_SECT: { in darwinPrintSymbol()
566 // darwinPrintStab() prints the n_sect, n_desc along with a symbolic name of
578 NSect = STE_64.n_sect; in darwinPrintStab()
583 NSect = STE.n_sect; in darwinPrintStab()
855 case MachO::N_SECT: { in getSymbolNMTypeChar()
960 return (STE.n_type & MachO::N_TYPE) == MachO::N_SECT ? STE.n_sect : 0; in getNsectInMachO()
963 return (STE.n_type & MachO::N_TYPE) == MachO::N_SECT ? STE.n_sect : 0; in getNsectInMachO()
/external/google-breakpad/src/common/
Dstabs_reader_unittest.cc566 // only Mach-O uses N_SECT to represent public symbols.
574 .Stab(N_SECT, 1, 0, kExpectedAddress, kExpectedFunctionName); in TEST_F()
595 .Stab(N_SECT, 1, 0, kExpectedAddress1, kExpectedFunctionName1) in TEST_F()
596 .Stab(N_SECT, 1, 0, kExpectedAddress2, kExpectedFunctionName2); in TEST_F()
Dstabs_reader.cc124 (iterator_->type & N_TYPE) == N_SECT) { in Process()
308 (iterator_->type & N_TYPE) == N_SECT); in ProcessExtern()
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc191 q->n_sect = 0; in __breakpad_fdnlist()
389 p->n_sect = q->n_sect; in __breakpad_fdnlist()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObject.h109 uint8_t n_sect; member
127 return n_sect == MachO::NO_SECT ? std::nullopt in section()
128 : std::optional<uint32_t>(n_sect); in section()
DMachOObject.cpp141 S->n_sect = OldIndexToSection[S->n_sect]->Index; in removeSections()
DMachOReader.cpp226 SE.n_sect = nlist.n_sect; in constructSymbolEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp221 Sect = NL64.n_sect; in createNormalizedSymbols()
229 Sect = NL32.n_sect; in createNormalizedSymbols()
337 case MachO::N_SECT: in graphifyRegularSymbols()
/external/llvm/include/llvm/Support/
DMachO.h310 N_SECT = 0xeu, enumerator
316 // Constants for the "n_sect" field in llvm::MachO::nlist and
941 uint8_t n_sect; member
948 uint8_t n_sect; member
956 uint8_t n_sect; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h310 N_SECT = 0xeu, enumerator
316 // Constants for the "n_sect" field in llvm::MachO::nlist and
949 uint8_t n_sect; member
956 uint8_t n_sect; member
964 uint8_t n_sect; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h304 N_SECT = 0xeu, enumerator
310 // Constants for the "n_sect" field in llvm::MachO::nlist and
978 uint8_t n_sect; member
985 uint8_t n_sect; member
993 uint8_t n_sect; member
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp329 ListEntry.n_sect = NLE.n_sect; in writeNListEntry()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp247 Sect = NL64.n_sect; in createNormalizedSymbols()
255 Sect = NL32.n_sect; in createNormalizedSymbols()
378 case MachO::N_SECT: in graphifyRegularSymbols()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp178 IO.mapRequired("n_sect", NListEntry.n_sect); in mapping()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp434 NL.n_sect = nlist.n_sect; in constructNameList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp378 ListEntry.n_sect = NLE.n_sect; in writeNListEntry()
DMachOYAML.cpp196 IO.mapRequired("n_sect", NListEntry.n_sect); in mapping()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMachO.h318 N_SECT = 0xeu, enumerator
324 // Constants for the "n_sect" field in llvm::MachO::nlist and
1004 uint8_t n_sect; member
1011 uint8_t n_sect; member
1019 uint8_t n_sect; member
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h63 uint8_t n_sect; member

12