Searched refs:getCtx (Results 1 – 7 of 7) sorted by relevance
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 SectionBase309 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()[all …]
126 size_t size = getAugPSize(isec->getCtx(), enc); in skipAugP()
112 Ctx &ctx = sec.getCtx(); in findAux()
261 Ctx &ctx = isec->getCtx(); in scanCortexA8Errata657417()420 Ctx &ctx = isec->getCtx(); in implementPatch()
100 Ctx &getCtx() const;
2157 read32(isec.getCtx(), data.data() + (rel.offset - (i + 1) * 4)); in getHexagonPacketOffset()
193 uint64_t targetOffset = is.getRelocTargetVA(is.getCtx(), r, addrLoc); in isFallThruRelocation()