HomeSort by relevance Sort by last modified time
    Searched refs:nlocrel (Results 1 - 16 of 16) sorted by null

  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 185 @ CHECK: nlocrel: 0
darwin-Thumb-reloc.s 147 @ CHECK: nlocrel: 0
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 185 @ CHECK: nlocrel: 0
darwin-Thumb-reloc.s 147 @ CHECK: nlocrel: 0
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 485 uint32_t nlocrel; member in struct:llvm::MachO::dysymtab_command
  /external/llvm/include/llvm/Support/
MachO.h 698 uint32_t nlocrel; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
MachO.h 705 uint32_t nlocrel; member in struct:llvm::MachO::dysymtab_command
1241 sys::swapByteOrder(dst.nlocrel);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 700 uint32_t nlocrel; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 306 IO.mapRequired("nlocrel", LoadCommand.nlocrel);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 767 W.printNumber("nlocrel", DLC.nlocrel);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
MachOYAML.cpp 335 IO.mapRequired("nlocrel", LoadCommand.nlocrel);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 814 W.printNumber("nlocrel", DLC.nlocrel);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOObjectFile.cpp 564 BigSize = Dysymtab.nlocrel;
568 return malformedError("locreloff field plus nlocrel field times sizeof"
573 Dysymtab.nlocrel *
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 737 if (Dysymtab.nlocrel != 0) {
739 Dysymtab.nlocrel);
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 251 milliseconds