Home
last modified time | relevance | path

Searched full:nreloc (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/ObjectYAML/MachO/
Dsections.yaml44 nreloc: 0
56 nreloc: 0
68 nreloc: 0
80 nreloc: 0
92 nreloc: 0
104 nreloc: 0
128 nreloc: 0
140 nreloc: 0
152 nreloc: 0
260 #CHECK: nreloc: 0
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test28 CHECK: nreloc 5
41 CHECK: nreloc 0
54 CHECK: nreloc 0
67 CHECK: nreloc 0
80 CHECK: nreloc 0
93 CHECK: nreloc 0
162 EXE: nreloc 0
175 EXE: nreloc 0
188 EXE: nreloc 0
201 EXE: nreloc 0
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test50 CHECK: nreloc 2
63 CHECK: nreloc 0
76 CHECK: nreloc 1
89 CHECK: nreloc 0
158 EXE: nreloc 0
171 EXE: nreloc 0
184 EXE: nreloc 0
197 EXE: nreloc 0
210 EXE: nreloc 0
223 EXE: nreloc 0
[all …]
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test28 CHECK: nreloc 3
41 CHECK: nreloc 0
115 EXE: nreloc 0
128 EXE: nreloc 0
141 EXE: nreloc 0
154 EXE: nreloc 0
167 EXE: nreloc 0
192 EXE: nreloc 0
205 EXE: nreloc 0
/external/elfutils/backends/
Dcommon-reloc.c69 #define nreloc \ macro
94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0) in EBLHOOK()
106 return reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0; in EBLHOOK()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp261 IO.mapRequired("nreloc", Section.nreloc); in mapping()
425 IO.mapRequired("nreloc", Section.nreloc); in mapping()
440 IO.mapRequired("nreloc", Section.nreloc); in mapping()
/external/llvm/test/Object/
Dobjdump-symbol-table.test13 COFF-i386: AUX scnlen 0x24 nreloc 3 nlnno 0 checksum 0x0 assoc 1 comdat 0
15 COFF-i386: AUX scnlen 0xd nreloc 0 nlnno 0 checksum 0x0 assoc 2 comdat 0
/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc85 s[i].nreloc = ByteSwap(s[i].nreloc); in breakpad_swap_section_64()
/external/llvm/test/tools/llvm-ar/Inputs/
Dmacho.yaml31 nreloc: 0
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h341 uint32_t nreloc; member
355 uint32_t nreloc; member
/external/llvm/include/llvm/Support/
DMachO.h554 uint32_t nreloc; member
568 uint32_t nreloc; member
1052 sys::swapByteOrder(sect.nreloc); in swapStruct()
1064 sys::swapByteOrder(sect.nreloc); in swapStruct()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp103 TempSec.nreloc = Sec.nreloc; in constructSection()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp62 TempSec.nreloc = Sec.nreloc; in constructSectionCommon()
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h33 uint32_t nreloc; member
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp314 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
326 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
/external/llvm/tools/dsymutil/
DMachOUtils.cpp260 Sect.offset = Sect.reloff = Sect.nreloc = 0; in transferSegmentAndSections()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp644 << format("scnlen 0x%x nreloc %d nlnno %d checksum 0x%x " in printCOFFSymbolTable()
DMachODump.cpp7771 uint32_t align, uint32_t reloff, uint32_t nreloc, in PrintSection() argument
7806 outs() << " nreloc " << nreloc; in PrintSection()
7807 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
8901 S.reloff, S.nreloc, S.flags, S.reserved1, S.reserved2, in PrintLoadCommands()
8914 S_64.offset, S_64.align, S_64.reloff, S_64.nreloc, in PrintLoadCommands()
/external/v8/src/
Dgdb-jit.cc212 uint32_t nreloc; member
246 header->nreloc = 0; in PopulateHeader()
/external/llvm/lib/Object/
DMachOObjectFile.cpp729 Num = Sect.nreloc; in section_rel_end()
732 Num = Sect.nreloc; in section_rel_end()