Searched refs:sectionName (Results 1 – 7 of 7) sorted by relevance
41 StringRef sectionName; in SectionChunk() local44 sectionName = *e; in SectionChunk()46 sectionNameData = sectionName.data(); in SectionChunk()47 sectionNameSize = sectionName.size(); in SectionChunk()713 StringRef sectionName) { in consumeDebugMagic() argument719 fatal("the section is too short: " + sectionName); in consumeDebugMagic()721 if (!sectionName.starts_with(".debug$")) in consumeDebugMagic()722 fatal("invalid section: " + sectionName); in consumeDebugMagic()725 uint32_t expectedMagic = sectionName == ".debug$H" in consumeDebugMagic()729 warn("ignoring section " + sectionName + " with unrecognized magic 0x" + in consumeDebugMagic()
343 StringRef sectionName);
142 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);177 StringRef sectionName() const;228 StringRef sectionName() const;330 StringRef sectionName() const;609 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
937 std::string sectionName() { in sectionName() function in __anonaf5ecb460111::CGObjCGNUstep21436 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()1498 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()1605 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()1631 sectionName<SelectorSection>()); in ModuleInitFunction()1635 sectionName<CategorySection>()); in ModuleInitFunction()1638 sectionName<ClassSection>()); in ModuleInitFunction()1640 sectionName<ClassReferenceSection>()); in ModuleInitFunction()1648 sectionName<ProtocolReferenceSection>()); in ModuleInitFunction()1651 sectionName<ClassAliasSection>()); in ModuleInitFunction()[all …]
200 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local203 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in smallData()
3287 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName() function in MachOAbstractFixupEntry3778 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry4330 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry4446 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
1362 SectionWidth = std::max(SectionWidth, Entry.sectionName().size()); in PrintDyldInfo()1382 << left_justify(Entry.sectionName(), SectionWidth) << ' ' << "0x" in PrintDyldInfo()10234 StringRef SectionName = Entry.sectionName(); in printMachORebaseTable()10280 StringRef SectionName = Entry.sectionName(); in printMachOBindTable()10310 StringRef SectionName = Entry.sectionName(); in printMachOLazyBindTable()10341 StringRef SectionName = Entry.sectionName(); in printMachOWeakBindTable()