| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileToAtoms.cpp | 56 StringRef segmentName; member 114 if (!p->segmentName.equals(section.segmentName) && !p->segmentName.empty()) in atomTypeFromSection() 260 std::string segSectName = section.segmentName.str() in atomFromSymbol() 478 std::string segSectName = section.segmentName.str() in processSection() 632 + section.segmentName + "/" + section.sectionName in convertRelocs() 668 + section.segmentName + "/" + section.sectionName in convertRelocs() 693 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 | 58 StringRef segmentName; member 81 : segmentName(sg), sectionName(sct), type(t), attributes(attrs), in SectionInfo() 86 if (ctxt.sectionAligned(segmentName, sectionName, align)) { in SectionInfo() 230 StringRef segmentName; in getRelocatableSection() local 237 relocatableSectionInfoForContentType(type, segmentName, sectionName, in getRelocatableSection() 244 sect.second->segmentName.equals(segmentName)) { in getRelocatableSection() 261 StringRef segmentName; member 329 sect.second->segmentName.equals(p.segmentName)) { in getFinalSection() 335 p.segmentName, p.sectionName, p.sectionType, _ctx, sectionAttrs, in getFinalSection() 533 SegmentInfo *seg = segmentForName(si->segmentName); in organizeSections() [all …]
|
| H A D | SectCreateFile.h | 54 StringRef segmentName() const { return _segName; } in segmentName() function
|
| H A D | MachONormalizedFileBinaryUtils.h | 204 StringRef &segmentName,
|
| H A D | MachONormalizedFile.h | 118 StringRef segmentName; member
|
| H A D | MachONormalizedFileBinaryReader.cpp | 298 section.segmentName = getString16(sect->segname); in readBinary() 341 section.segmentName = getString16(sect->segname); in readBinary()
|
| H A D | MachONormalizedFileBinaryWriter.cpp | 517 if (sg.name.equals(s.segmentName)) { in buildFileOffsets() 644 setString16(sin.segmentName, sout->segname); in writeSingleSegmentLoadCommand() 711 setString16(section->segmentName, sect->segname); in writeSegmentLoadCommands()
|
| H A D | MachOLinkingContext.cpp | 819 if (seg.equals(entry.segmentName) && sect.equals(entry.sectionName)) { in sectionAligned()
|
| H A D | MachONormalizedFileYAML.cpp | 298 io.mapRequired("segment", sect.segmentName); in mapping()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | MachO.h | 143 StringRef segmentName(int32_t SegIndex); 178 StringRef segmentName() const; 229 StringRef segmentName() const; 451 return BindRebaseSectionTable->segmentName(SegIndex); in BindRebaseSegmentName()
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/ |
| H A D | MachOLinkingContext.h | 438 StringRef segmentName; member
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 3374 StringRef MachORebaseEntry::segmentName() const { in segmentName() function in MachORebaseEntry 3941 StringRef MachOBindEntry::segmentName() const { in segmentName() function in MachOBindEntry 4046 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName() function in BindRebaseSegInfo
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 9903 StringRef SegmentName = Entry.segmentName(); in printMachORebaseTable() 9947 StringRef SegmentName = Entry.segmentName(); in printMachOBindTable() 9977 StringRef SegmentName = Entry.segmentName(); in printMachOLazyBindTable() 10008 StringRef SegmentName = Entry.segmentName(); in printMachOWeakBindTable()
|