Searched refs:NReloc (Results 1 – 4 of 4) sorted by relevance
41 S.NReloc = Sec.nreloc; in constructSectionCommon()98 S.Relocations.reserve(S.NReloc); in extractSections()110 assert(S.NReloc == S.Relocations.size() && in extractSections()
219 Sec->NReloc = Sec->Relocations.size(); in layoutRelocations()220 Offset += sizeof(MachO::any_relocation_info) * Sec->NReloc; in layoutRelocations()
52 uint32_t NReloc = 0; member
135 S->NReloc * sizeof(MachO::any_relocation_info)); in totalSize()237 Temp.nreloc = Sec.NReloc; in writeSectionInLoadCommand()