Searched refs:nreloc (Results 1 - 14 of 14) sorted by relevance

/external/elfutils/backends/
H A Dcommon-reloc.c69 #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/
H A Dmacho_utilities.cc85 s[i].nreloc = ByteSwap(s[i].nreloc);
/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp62 TempSec.nreloc = Sec.nreloc;
/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp103 TempSec.nreloc = Sec.nreloc;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h341 uint32_t nreloc; member in struct:llvm::MachO::section
355 uint32_t nreloc; member in struct:llvm::MachO::section_64
/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h33 uint32_t nreloc; member in struct:llvm::MachOYAML::Section
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp261 IO.mapRequired("nreloc", Section.nreloc);
425 IO.mapRequired("nreloc", Section.nreloc);
440 IO.mapRequired("nreloc", Section.nreloc);
/external/llvm/include/llvm/Support/
H A DMachO.h554 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);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h554 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);
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp314 Section.NumRelocationTableEntries = Sect.nreloc;
326 Section.NumRelocationTableEntries = Sect.nreloc;
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp260 Sect.offset = Sect.reloff = Sect.nreloc = 0;
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp729 Num = Sect.nreloc;
732 Num = Sect.nreloc;
/external/v8/src/
H A Dgdb-jit.cc212 uint32_t nreloc; member in struct:v8::internal::MachOSectionHeader
246 header->nreloc = 0;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7771 uint32_t align, uint32_t reloff, uint32_t nreloc,
7806 outs() << " nreloc " << nreloc;
7807 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size)
8901 S.reloff, S.nreloc, S.flags, S.reserved1, S.reserved2,
8914 S_64.offset, S_64.align, S_64.reloff, S_64.nreloc,
7769 PrintSection(const char *sectname, const char *segname, uint64_t addr, uint64_t size, uint32_t offset, uint32_t align, uint32_t reloff, uint32_t nreloc, uint32_t flags, uint32_t reserved1, uint32_t reserved2, uint32_t cmd, const char *sg_segname, uint32_t filetype, uint32_t object_size, bool verbose) argument

Completed in 456 milliseconds