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()715 StringRef sectionName) { in consumeDebugMagic() argument721 fatal("the section is too short: " + sectionName); in consumeDebugMagic()723 if (!sectionName.starts_with(".debug$")) in consumeDebugMagic()724 fatal("invalid section: " + sectionName); in consumeDebugMagic()727 uint32_t expectedMagic = sectionName == ".debug$H" in consumeDebugMagic()731 warn("ignoring section " + sectionName + " with unrecognized magic 0x" + in consumeDebugMagic()
354 StringRef sectionName);
142 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);177 StringRef sectionName() const;228 StringRef sectionName() const;330 StringRef sectionName() const;610 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
936 std::string sectionName() { in sectionName() function in __anonbab9bb100111::CGObjCGNUstep21122 ObjCStrGV->setSection(sectionName<ConstantStringSection>()); in GenerateConstantString()1346 GV->setSection(sectionName<ProtocolReferenceSection>()); in GenerateProtocolRef()1435 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()1496 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()1603 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()1622 GetClassVar(clsAlias.first) }, sectionName<ClassAliasSection>()); in ModuleInitFunction()1629 sectionName<SelectorSection>()); in ModuleInitFunction()1633 sectionName<CategorySection>()); in ModuleInitFunction()1636 sectionName<ClassSection>()); in ModuleInitFunction()[all …]
202 std::string sectionName = sectionPrefix.str() + symbolName; in smallData() local205 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC); in smallData()
3287 StringRef MachOAbstractFixupEntry::sectionName() const { in sectionName() function in MachOAbstractFixupEntry3780 StringRef MachORebaseEntry::sectionName() const { in sectionName() function in MachORebaseEntry4334 StringRef MachOBindEntry::sectionName() const { in sectionName() function in MachOBindEntry4450 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()10346 StringRef SectionName = Entry.sectionName(); in printMachORebaseTable()10392 StringRef SectionName = Entry.sectionName(); in printMachOBindTable()10422 StringRef SectionName = Entry.sectionName(); in printMachOLazyBindTable()10453 StringRef SectionName = Entry.sectionName(); in printMachOWeakBindTable()