Lines Matching refs:getCtx
67 ErrAlways(getCtx()) << this << ": section too large"; in InputSectionBase()
73 Err(getCtx()) << this << ": sh_addralign is not a power of 2"; in InputSectionBase()
108 Err(getCtx()) << &file << ": section sh_addralign is too large"; in InputSectionBase()
132 Ctx &ctx = getCtx(); in decompress()
193 Ctx &SectionBase::getCtx() const { return file->ctx; } in getCtx() function in SectionBase
309 std::string filename = toStr(getCtx(), file); in getLocation()
311 return filename + ":(function " + toStr(getCtx(), *d) + ": " + secAndOffset; in getLocation()
1434 const bool live = !(flags & SHF_ALLOC) || !getCtx().arg.gcSections; in splitStrings()
1437 Err(getCtx()) << this << ": string is not null terminated"; in splitStrings()
1463 const bool live = !(flags & SHF_ALLOC) || !getCtx().arg.gcSections; in splitNonStrings()
1501 Err(getCtx()) << this << ": offset is outside the section"; in getSectionPiece()