Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp41 S.NReloc = Sec.nreloc; in constructSectionCommon()
95 S.Relocations.reserve(S.NReloc); in extractSections()
111 assert(S.NReloc == S.Relocations.size() && in extractSections()
H A DMachOLayoutBuilder.cpp219 Sec->NReloc = Sec->Relocations.size(); in layoutRelocations()
220 Offset += sizeof(MachO::any_relocation_info) * Sec->NReloc; in layoutRelocations()
H A DMachOObject.h51 uint32_t NReloc = 0; member
H A DMachOWriter.cpp124 S->NReloc * sizeof(MachO::any_relocation_info)); in totalSize()
227 Temp.nreloc = Sec.NReloc; in writeSectionInLoadCommand()