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

  /external/elfutils/backends/
common-reloc.c 69 #define nreloc \ macro
94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0)
106 return reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0;
  /external/google-breakpad/src/common/mac/
macho_utilities.cc 85 s[i].nreloc = ByteSwap(s[i].nreloc);
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 62 TempSec.nreloc = Sec.nreloc;
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 103 TempSec.nreloc = Sec.nreloc;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 341 uint32_t nreloc; member in struct:llvm::MachO::section
355 uint32_t nreloc; member in struct:llvm::MachO::section_64
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
macho2yaml.cpp 67 TempSec.nreloc = Sec.nreloc;
  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 33 uint32_t nreloc; member in struct:llvm::MachOYAML::Section
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
MachOYAML.h 38 uint32_t nreloc; member in struct:llvm::MachOYAML::Section
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 261 IO.mapRequired("nreloc", Section.nreloc);
425 IO.mapRequired("nreloc", Section.nreloc);
440 IO.mapRequired("nreloc", Section.nreloc);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
MachOYAML.cpp 286 IO.mapRequired("nreloc", Section.nreloc);
442 IO.mapRequired("nreloc", Section.nreloc);
457 IO.mapRequired("nreloc", Section.nreloc);
  /external/llvm/include/llvm/Support/
MachO.h 554 uint32_t nreloc; member in struct:llvm::MachO::section
568 uint32_t nreloc; member in struct:llvm::MachO::section_64
1052 sys::swapByteOrder(sect.nreloc);
1064 sys::swapByteOrder(sect.nreloc);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
MachO.h 559 uint32_t nreloc; member in struct:llvm::MachO::section
573 uint32_t nreloc; member in struct:llvm::MachO::section_64
1077 sys::swapByteOrder(sect.nreloc);
1089 sys::swapByteOrder(sect.nreloc);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 554 uint32_t nreloc; member in struct:llvm::MachO::section
568 uint32_t nreloc; member in struct:llvm::MachO::section_64
1060 sys::swapByteOrder(sect.nreloc);
1072 sys::swapByteOrder(sect.nreloc);
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 314 Section.NumRelocationTableEntries = Sect.nreloc;
326 Section.NumRelocationTableEntries = Sect.nreloc;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 316 Section.NumRelocationTableEntries = Sect.nreloc;
328 Section.NumRelocationTableEntries = Sect.nreloc;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2macho.cpp 108 TempSec.nreloc = Sec.nreloc;
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 260 Sect.offset = Sect.reloff = Sect.nreloc = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachOUtils.cpp 276 Sect.offset = Sect.reloff = Sect.nreloc = 0;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 729 Num = Sect.nreloc;
732 Num = Sect.nreloc;
    [all...]
  /external/v8/src/
gdb-jit.cc 215 uint32_t nreloc; member in struct:v8::internal::MachOSectionHeader
249 header->nreloc = 0;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOObjectFile.cpp 359 BigSize = s.nreloc;
363 return malformedError("reloff field plus nreloc field times sizeof("
368 if (Error Err = checkOverlappingElement(Elements, s.reloff, s.nreloc *
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 750 if (Sec.nreloc != 0) {
757 << format("%u entries", Sec.nreloc);
760 << SectName << format(") %u entries", Sec.nreloc);
771 if (Sec.nreloc != 0) {
778 << format("%u entries", Sec.nreloc);
781 << SectName << format(") %u entries", Sec.nreloc);
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1417 milliseconds