Searched refs:sectionName (Results 1 – 7 of 7) sorted by relevance
40 StringRef sectionName; in SectionChunk() local43 sectionName = *e; in SectionChunk()45 sectionNameData = sectionName.data(); in SectionChunk()46 sectionNameSize = sectionName.size(); in SectionChunk()695 StringRef sectionName) { in consumeDebugMagic() argument701 fatal("the section is too short: " + sectionName); in consumeDebugMagic()703 if (!sectionName.startswith(".debug$")) in consumeDebugMagic()704 fatal("invalid section: " + sectionName); in consumeDebugMagic()707 uint32_t expectedMagic = sectionName == ".debug$H" in consumeDebugMagic()711 warn("ignoring section " + sectionName + " with unrecognized magic 0x" + in consumeDebugMagic()
325 StringRef sectionName);
142 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);177 StringRef sectionName() const;228 StringRef sectionName() const;330 StringRef sectionName() const;606 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
921 std::string sectionName() { in sectionName() function in __anon2d629be70111::CGObjCGNUstep21106 ObjCStrGV->setSection(sectionName<ConstantStringSection>()); in GenerateConstantString()1333 GV->setSection(sectionName<ProtocolReferenceSection>()); in GenerateProtocolRef()1424 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()1486 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()1594 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()1613 GetClassVar(clsAlias.first) }, sectionName<ClassAliasSection>()); in ModuleInitFunction()1620 sectionName<SelectorSection>()); in ModuleInitFunction()1624 sectionName<CategorySection>()); in ModuleInitFunction()1627 sectionName<ClassSection>()); in ModuleInitFunction()[all …]
201 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local204 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in smallData()
3280 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName() function in MachOAbstractFixupEntry3771 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry4323 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry4439 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() function in BindRebaseSegInfo
1388 SectionWidth = std::max(SectionWidth, Entry.sectionName().size()); in PrintDyldInfo()1408 << left_justify(Entry.sectionName(), SectionWidth) << ' ' << "0x" in PrintDyldInfo()10635 StringRef SectionName = Entry.sectionName(); in printMachORebaseTable()10681 StringRef SectionName = Entry.sectionName(); in printMachOBindTable()10711 StringRef SectionName = Entry.sectionName(); in printMachOLazyBindTable()10742 StringRef SectionName = Entry.sectionName(); in printMachOWeakBindTable()