Lines Matching refs:InputSectionBase
323 InputSectionBase &sec, uint64_t offset) { in getSrcMsgAux()
338 std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec, in getSrcMsg()
390 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup()
396 if (InputSectionBase *s = sections[index]) in handleSectionGroup()
409 InputSectionBase *head; in handleSectionGroup()
410 InputSectionBase *prev = nullptr; in handleSectionGroup()
412 InputSectionBase *s = sections[index]; in handleSectionGroup()
449 std::optional<DILineInfo> ObjFile<ELFT>::getDILineInfo(InputSectionBase *s, in getDILineInfo()
453 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo()
801 InputSectionBase *s = getRelocTarget(i, sec, info); in initializeSections()
843 InputSectionBase *linkSec = nullptr; in initializeSections()
934 InputSectionBase *ObjFile<ELFT>::getRelocTarget(uint32_t idx, in getRelocTarget()
938 InputSectionBase *target = this->sections[info]; in getRelocTarget()
958 InputSectionBase *ObjFile<ELFT>::createInputSection(uint32_t idx, in createInputSection()
1121 InputSectionBase *sec = sections[secIdx]; in initSectionsAndLocalSyms()
1177 InputSectionBase *sec = sections[secIdx]; in postParse()