Lines Matching refs:InputSectionBase
375 const InputSectionBase &sec, uint64_t offset) { in getSrcMsgAux()
390 std::string InputFile::getSrcMsg(const Symbol &sym, const InputSectionBase &sec, in getSrcMsg()
442 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup()
448 if (InputSectionBase *s = sections[index]) in handleSectionGroup()
461 InputSectionBase *head; in handleSectionGroup()
462 InputSectionBase *prev = nullptr; in handleSectionGroup()
464 InputSectionBase *s = sections[index]; in handleSectionGroup()
502 ObjFile<ELFT>::getDILineInfo(const InputSectionBase *s, uint64_t offset) { in getDILineInfo()
505 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo()
889 InputSectionBase *s = getRelocTarget(i, info); in initializeSections()
931 InputSectionBase *linkSec = nullptr; in initializeSections()
1026 InputSectionBase *ObjFile<ELFT>::getRelocTarget(uint32_t idx, uint32_t info) { in getRelocTarget()
1028 InputSectionBase *target = this->sections[info]; in getRelocTarget()
1048 InputSectionBase *ObjFile<ELFT>::createInputSection(uint32_t idx, in createInputSection()
1211 InputSectionBase *sec = sections[secIdx]; in initSectionsAndLocalSyms()
1267 InputSectionBase *sec = sections[secIdx]; in postParse()