Searched refs:nreloc (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 28 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/ |
D | macho-private-headers.test | 48 CHECK: nreloc 2 61 CHECK: nreloc 0 74 CHECK: nreloc 1 87 CHECK: nreloc 0 156 EXE: nreloc 0 169 EXE: nreloc 0 182 EXE: nreloc 0 195 EXE: nreloc 0 208 EXE: nreloc 0 221 EXE: nreloc 0 [all …]
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 28 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/src/backends/ |
D | common-reloc.c | 69 #define nreloc \ macro 90 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0) in EBLHOOK() 98 return reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0; in EBLHOOK()
|
/external/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 85 s[i].nreloc = ByteSwap(s[i].nreloc); in breakpad_swap_section_64()
|
/external/llvm/test/Object/ |
D | objdump-symbol-table.test | 13 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/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 140 Sect.reloff, Sect.nreloc, Sect.flags, in DumpSegmentCommand() 163 Sect.reloff, Sect.nreloc, Sect.flags, in DumpSegment64Command()
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 211 uint16_t nreloc; // Number of relocation entries member
|
D | ObjectFilePECOFF.cpp | 479 m_sect_headers[idx].nreloc = section_header_data.GetU16(&offset); in ParseSectionHeaders() 913 sh.nreloc, in DumpSectionHeader()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 598 uint32_t nreloc; member 612 uint32_t nreloc; member 1068 sys::swapByteOrder(sect.nreloc); in swapStruct() 1080 sys::swapByteOrder(sect.nreloc); in swapStruct()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 302 Section.NumRelocationTableEntries = Sect.nreloc; in getSection() 314 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
|
/external/v8/src/ |
D | gdb-jit.cc | 209 uint32_t nreloc; member 243 header->nreloc = 0; in PopulateHeader()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 655 Num = Sect.nreloc; in section_rel_end() 658 Num = Sect.nreloc; in section_rel_end()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7251 uint32_t align, uint32_t reloff, uint32_t nreloc, in PrintSection() argument 7286 outs() << " nreloc " << nreloc; in PrintSection() 7287 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection() 8382 S.reloff, S.nreloc, S.flags, S.reserved1, S.reserved2, in PrintLoadCommands() 8395 S_64.offset, S_64.align, S_64.reloff, S_64.nreloc, in PrintLoadCommands()
|