reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
340 section.segmentName = getString16(sect->segname); 341 section.sectionName = getString16(sect->sectname); 342 section.type = (SectionType)(read32(§->flags, isBig) & 344 section.attributes = 346 section.alignment = 1 << read32(§->align, isBig); 347 section.address = read32(§->addr, isBig); 353 section.content = llvm::makeArrayRef(content, contentSize); 354 appendRelocations(section.relocations, mb->getBuffer(), isBig, 357 if (section.type == S_NON_LAZY_SYMBOL_POINTERS) { 359 section.indirectSymbols, mb->getBuffer(), isBig, 363 f->sections.push_back(section);