Home
last modified time | relevance | path

Searched refs:NReloc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOReader.cpp41 S.NReloc = Sec.nreloc; in constructSectionCommon()
98 S.Relocations.reserve(S.NReloc); in extractSections()
110 assert(S.NReloc == S.Relocations.size() && in extractSections()
DMachOLayoutBuilder.cpp219 Sec->NReloc = Sec->Relocations.size(); in layoutRelocations()
220 Offset += sizeof(MachO::any_relocation_info) * Sec->NReloc; in layoutRelocations()
DObject.h52 uint32_t NReloc = 0; member
DMachOWriter.cpp135 S->NReloc * sizeof(MachO::any_relocation_info)); in totalSize()
237 Temp.nreloc = Sec.NReloc; in writeSectionInLoadCommand()