| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileToAtoms.cpp | 55 StringRef segmentName; member 113 if (!p->segmentName.equals(section.segmentName) && !p->segmentName.empty()) in atomTypeFromSection() 260 std::string segSectName = section.segmentName.str() in atomFromSymbol() 479 std::string segSectName = section.segmentName.str() in processSection() 633 + section.segmentName + "/" + section.sectionName in convertRelocs() 669 + section.segmentName + "/" + section.sectionName in convertRelocs() 694 return section.segmentName.equals("__DWARF"); in isDebugInfoSection() 948 if (s.segmentName == "__DWARF") { in parseDebugInfo() 1326 if (section.segmentName == "__TEXT" && in addEHFrameReferences() 1603 if (p->segmentName.empty() || p->sectionName.empty()) in relocatableSectionInfoForContentType() [all …]
|
| H A D | MachONormalizedFileFromAtoms.cpp | 57 StringRef segmentName; member 80 : segmentName(sg), sectionName(sct), type(t), attributes(attrs), in SectionInfo() 85 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo() 229 StringRef segmentName; in getRelocatableSection() local 236 relocatableSectionInfoForContentType(type, segmentName, sectionName, in getRelocatableSection() 243 sect.second->segmentName.equals(segmentName)) { in getRelocatableSection() 260 StringRef segmentName; member 328 sect.second->segmentName.equals(p.segmentName)) { in getFinalSection() 334 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection() 532 SegmentInfo *seg = segmentForName(si->segmentName); in organizeSections() [all …]
|
| H A D | SectCreateFile.h | 53 StringRef segmentName() const { return _segName; } in segmentName() function
|
| H A D | MachONormalizedFileBinaryUtils.h | 203 StringRef &segmentName,
|
| H A D | MachONormalizedFile.h | 117 StringRef segmentName; member
|
| H A D | MachONormalizedFileBinaryReader.cpp | 297 section.segmentName = getString16(sect->segname); in readBinary() 340 section.segmentName = getString16(sect->segname); in readBinary()
|
| H A D | MachONormalizedFileBinaryWriter.cpp | 521 if (sg.name.equals(s.segmentName)) { in buildFileOffsets() 650 setString16(sin.segmentName, sout->segname); in writeSingleSegmentLoadCommand() 717 setString16(section->segmentName, sect->segname); in writeSegmentLoadCommands()
|
| H A D | MachOLinkingContext.cpp | 823 if (seg.equals(entry.segmentName) && sect.equals(entry.sectionName)) { in sectionAligned()
|
| H A D | MachONormalizedFileYAML.cpp | 297 io.mapRequired("segment", sect.segmentName); in mapping()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 140 StringRef segmentName(int32_t SegIndex); 175 StringRef segmentName() const; 226 StringRef segmentName() const; 445 return BindRebaseSectionTable->segmentName(SegIndex); in BindRebaseSegmentName()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/ |
| H A D | MachOLinkingContext.h | 435 StringRef segmentName; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 3437 StringRef MachORebaseEntry::segmentName() const { in segmentName() function in MachORebaseEntry 3989 StringRef MachOBindEntry::segmentName() const { in segmentName() function in MachOBindEntry 4085 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName() function in BindRebaseSegInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 10323 StringRef SegmentName = Entry.segmentName(); in printMachORebaseTable() 10367 StringRef SegmentName = Entry.segmentName(); in printMachOBindTable() 10397 StringRef SegmentName = Entry.segmentName(); in printMachOLazyBindTable() 10428 StringRef SegmentName = Entry.segmentName(); in printMachOWeakBindTable()
|