Searched refs:reloff (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 27 CHECK: reloff 664 40 CHECK: reloff 0 53 CHECK: reloff 0 66 CHECK: reloff 0 79 CHECK: reloff 0 92 CHECK: reloff 0 161 EXE: reloff 0 174 EXE: reloff 0 187 EXE: reloff 0 200 EXE: reloff 0 [all …]
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 47 CHECK: reloff 696 60 CHECK: reloff 0 73 CHECK: reloff 712 86 CHECK: reloff 0 155 EXE: reloff 0 168 EXE: reloff 0 181 EXE: reloff 0 194 EXE: reloff 0 207 EXE: reloff 0 220 EXE: reloff 0 [all …]
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 27 CHECK: reloff 464 40 CHECK: reloff 0 114 EXE: reloff 0 127 EXE: reloff 0 140 EXE: reloff 0 153 EXE: reloff 0 166 EXE: reloff 0 191 EXE: reloff 0 204 EXE: reloff 0
|
/external/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 84 s[i].reloff = ByteSwap(s[i].reloff); in breakpad_swap_section_64()
|
/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 | 209 uint32_t reloff; // Offset to relocations member
|
D | ObjectFilePECOFF.cpp | 477 m_sect_headers[idx].reloff = section_header_data.GetU32(&offset); in ParseSectionHeaders() 911 sh.reloff, in DumpSectionHeader()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 597 uint32_t reloff; member 611 uint32_t reloff; member 1067 sys::swapByteOrder(sect.reloff); in swapStruct() 1079 sys::swapByteOrder(sect.reloff); in swapStruct()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 301 Section.RelocationTableOffset = Sect.reloff; in getSection() 313 Section.RelocationTableOffset = Sect.reloff; in getSection()
|
/external/v8/src/ |
D | gdb-jit.cc | 208 uint32_t reloff; member 242 header->reloff = 0; in PopulateHeader()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2410 Offset = Sect.reloff; in getRelocation() 2413 Offset = Sect.reloff; in getRelocation()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7251 uint32_t align, uint32_t reloff, uint32_t nreloc, in PrintSection() argument 7281 outs() << " reloff " << reloff; in PrintSection() 7282 if (reloff > object_size) 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()
|