Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:Sections

152                                   std::vector<SectionRef> &Sections,
159 for (const SectionRef &Section : MachOObj->sections()) {
162 Sections.push_back(Section);
252 std::vector<SectionRef> Sections;
257 getSectionsAndSymbols(Header, MachOOF, Sections, Symbols, FoundFns,
266 Sections[0].getAddress(BaseAddress);
289 // get the sections and supply it to the section name parsing machinery.
304 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) {
307 Sections[SectIdx].isText(SectIsText);
312 if (Sections[SectIdx].getName(SectName) ||
314 continue; // Skip non-text sections
316 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
323 Sections[SectIdx].getContents(Bytes);
329 for (const RelocationRef &Reloc : Sections[SectIdx].relocations()) {
332 Sections[SectIdx].getAddress(SectionAddress);
353 Sections[SectIdx].containsSymbol(Symbols[SymIdx], containsSym);
360 Sections[SectIdx].getAddress(SectionAddress);
373 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx],
383 Sections[SectIdx].getSize(SectSize);
395 Sections[SectIdx].getAddress(SectAddress);
441 Sections[SectIdx].getAddress(SectAddress);
443 Sections[SectIdx].getSize(SectSize);