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