Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp41 S.NReloc = Sec.nreloc; in constructSectionCommon()
94 S.Relocations.reserve(S.NReloc); in extractSections()
110 assert(S.NReloc == S.Relocations.size() && in extractSections()
H A DMachOLayoutBuilder.cpp218 Sec->NReloc = Sec->Relocations.size(); in layoutRelocations()
219 Offset += sizeof(MachO::any_relocation_info) * Sec->NReloc; in layoutRelocations()
H A DMachOObject.h51 uint32_t NReloc = 0; member
H A DMachOWriter.cpp125 S->NReloc * sizeof(MachO::any_relocation_info)); in totalSize()
228 Temp.nreloc = Sec.NReloc; in writeSectionInLoadCommand()