Lines Matching refs:InputSectionBase
352 const InputSectionBase &sec, uint64_t offset) { in getSrcMsgAux()
367 std::string InputFile::getSrcMsg(const Symbol &sym, const InputSectionBase &sec, in getSrcMsg()
419 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup()
425 if (InputSectionBase *s = sections[index]) in handleSectionGroup()
438 InputSectionBase *head; in handleSectionGroup()
439 InputSectionBase *prev = nullptr; in handleSectionGroup()
441 InputSectionBase *s = sections[index]; in handleSectionGroup()
479 ObjFile<ELFT>::getDILineInfo(const InputSectionBase *s, uint64_t offset) { in getDILineInfo()
482 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo()
832 InputSectionBase *s = getRelocTarget(i, sec, info); in initializeSections()
874 InputSectionBase *linkSec = nullptr; in initializeSections()
966 InputSectionBase *ObjFile<ELFT>::getRelocTarget(uint32_t idx, in getRelocTarget()
970 InputSectionBase *target = this->sections[info]; in getRelocTarget()
990 InputSectionBase *ObjFile<ELFT>::createInputSection(uint32_t idx, in createInputSection()
1153 InputSectionBase *sec = sections[secIdx]; in initSectionsAndLocalSyms()
1209 InputSectionBase *sec = sections[secIdx]; in postParse()