Home
last modified time | relevance | path

Searched full:n_sect (Results 1 – 25 of 26) 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.go209 N_UNDF uint8 = 0x0 // undefined, n_sect == NO_SECT
210 N_ABS uint8 = 0x2 // absolute, n_sect == NO_SECT
211 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.cc563 // only Mach-O uses N_SECT to represent public symbols.
571 .Stab(N_SECT, 1, 0, kExpectedAddress, kExpectedFunctionName); in TEST_F()
592 .Stab(N_SECT, 1, 0, kExpectedAddress1, kExpectedFunctionName1) in TEST_F()
593 .Stab(N_SECT, 1, 0, kExpectedAddress2, kExpectedFunctionName2); in TEST_F()
Dstabs_reader.cc120 (iterator_->type & N_TYPE) == N_SECT) { in Process()
304 (iterator_->type & N_TYPE) == N_SECT); in ProcessExtern()
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc187 q->n_sect = 0; in __breakpad_fdnlist()
388 p->n_sect = q->n_sect; in __breakpad_fdnlist()
/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.h306 N_SECT = 0xeu, enumerator
312 // Constants for the "n_sect" field in llvm::MachO::nlist and
980 uint8_t n_sect; member
987 uint8_t n_sect; member
995 uint8_t n_sect; member
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp329 ListEntry.n_sect = NLE.n_sect; in writeNListEntry()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp434 NL.n_sect = nlist.n_sect; in constructNameList()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp178 IO.mapRequired("n_sect", NListEntry.n_sect); in mapping()
/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/llvm/include/llvm/ObjectYAML/
DMachOYAML.h63 uint8_t n_sect; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h71 uint8_t n_sect; member
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp372 Symbol.SectionIndex = Entry.n_sect; in getSymbol()
380 Symbol.SectionIndex = Entry.n_sect; in getSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1699 NSect = STE_64.n_sect; in checkSymbolTable()
1706 NSect = STE.n_sect; in checkSymbolTable()
1712 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()
1831 case MachO::N_SECT : in getSymbolType()
1885 uint8_t index = Entry.n_sect; in getSymbolSection()
1901 return Entry.n_sect - 1; in getSymbolSectionID()
/external/llvm/lib/Object/
DMachOObjectFile.cpp524 case MachO::N_SECT : in getSymbolType()
578 uint8_t index = Entry.n_sect; in getSymbolSection()
594 return Entry.n_sect - 1; in getSymbolSectionID()
/external/llvm/lib/MC/
DMachObjectWriter.cpp350 Type = MachO::N_SECT; in writeNlist()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp368 Type = MachO::N_SECT; in writeNlist()

12