Lines Matching +defs:header +defs:p
306 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection()
353 auto *p = reinterpret_cast<typename ELFT::Rela *>(buf); in copyRelocations() local
441 uint32_t p) { in getARMUndefinedRelativeWeakVA()
478 static uint64_t getAArch64UndefinedRelativeWeakVA(uint64_t type, uint64_t p) { in getAArch64UndefinedRelativeWeakVA()
499 static uint64_t getRISCVUndefinedRelativeWeakVA(uint64_t type, uint64_t p) { in getRISCVUndefinedRelativeWeakVA()
615 int64_t a, uint64_t p, in getRelocTargetVA()
1254 const typename ELFT::Shdr &header, in EhInputSection()
1331 pieces, [=](EhSectionPiece p) { return p.inputOff <= offset; })[-1]; in getParentOffset()
1354 const char *p = s.data(), *end = s.data() + s.size(); in splitStrings() local
1388 const typename ELFT::Shdr &header, in MergeInputSection()
1417 pieces, [=](SectionPiece p) { return p.inputOff <= offset; })[-1]; in getSectionPiece()