Searched defs:SegName (Results 1 – 8 of 8) sorted by relevance
137 StringRef SegName, uint64_t SegVMAddr, uint64_t SegVMSize) { in constructSegment()150 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { in addSegment()165 static StringRef extractSegmentName(const char *SegName) { in extractSegmentName()
32 StringRef SegName(Sec.segname, strnlen(Sec.segname, sizeof(Sec.segname))); in constructSectionCommon() local
292 Optional<StringRef> SegName = LC.getSegmentName(); in addSection() local
125 StringRef SegName = MSec.getSegmentName(); in canGoAfterDWARF() local154 StringRef SegName = MSec.getSegmentName(); in changeSection() local
239 StringRef SegName = SLC.segname; in getImageBaseAddress() local244 StringRef SegName = SLC.segname; in getImageBaseAddress() local
73 char SegName[17]; variable
317 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local324 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local952 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries() local1008 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local1028 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local1737 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local1839 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local1939 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO() local3287 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local4088 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local[all …]
295 std::string SegName; member