Searched defs:nreloc (Results 1 - 7 of 7) 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/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h33 uint32_t nreloc; member in struct:llvm::MachOYAML::Section
/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/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/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
/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);

Completed in 331 milliseconds