Searched refs:extreloff (Results 1 - 9 of 9) sorted by relevance

/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s182 @ CHECK: extreloff: 0
H A Ddarwin-Thumb-reloc.s144 @ CHECK: extreloff: 0
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h482 uint32_t extreloff; member in struct:llvm::MachO::dysymtab_command
/external/llvm/include/llvm/Support/
H A DMachO.h695 uint32_t extreloff; member in struct:llvm::MachO::dysymtab_command
1213 sys::swapByteOrder(dst.extreloff);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h697 uint32_t extreloff; member in struct:llvm::MachO::dysymtab_command
1221 sys::swapByteOrder(dst.extreloff);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp303 IO.mapRequired("extreloff", LoadCommand.extreloff);
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp764 W.printNumber("extreloff", DLC.extreloff);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2285 Cmd.extreloff = 0;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8052 outs() << " extreloff " << dyst.extreloff;
8053 if (dyst.extreloff > object_size)
8060 big_size += dyst.extreloff;

Completed in 327 milliseconds