Searched refs:inputSec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 427 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc() argument 430 : sym(&sym), inputSec(inputSec), offsetInSec(offsetInSec), type(type), in DynamicReloc() 433 DynamicReloc(RelType type, const InputSectionBase *inputSec, 435 : sym(nullptr), inputSec(inputSec), offsetInSec(offsetInSec), type(type), in sym() 439 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc() argument 442 : sym(nullptr), outputSec(outputSec), inputSec(inputSec), in DynamicReloc() 461 const InputSectionBase *inputSec; variable 594 uint64_t getOffset() const { return inputSec->getVA(offsetInSec); } in getOffset() 596 const InputSectionBase *inputSec; member
|
| H A D | OutputSections.cpp | 747 const OutputSection *relOsec = rel.inputSec->getOutputSection(); in checkDynRelAddends() 752 (rel.inputSec == in.ppc64LongBranchTarget.get() || in checkDynRelAddends() 753 rel.inputSec == in.igotPlt.get())) in checkDynRelAddends() 756 bufStart + relOsec->offset + rel.inputSec->getOffset(rel.offsetInSec); in checkDynRelAddends()
|
| H A D | Writer.cpp | 1792 const InputSectionBase *inputSec = dyn_cast<InputSectionBase>(sec); in fixSymbolsAfterShrinking() local 1793 if (!inputSec || !inputSec->bytesDropped) in fixSymbolsAfterShrinking() 1796 const size_t OldSize = inputSec->content().size(); in fixSymbolsAfterShrinking() 1797 const size_t NewSize = OldSize - inputSec->bytesDropped; in fixSymbolsAfterShrinking() 1803 << def->value - inputSec->bytesDropped << " bytes\n"); in fixSymbolsAfterShrinking() 1804 def->value -= inputSec->bytesDropped; in fixSymbolsAfterShrinking() 1812 << def->size << " to " << def->size - inputSec->bytesDropped in fixSymbolsAfterShrinking() 1814 def->size -= inputSec->bytesDropped; in fixSymbolsAfterShrinking()
|
| H A D | SyntheticSections.cpp | 1574 return inputSec->getVA(offsetInSec); in getOffset() 1587 uint64_t ca = InputSection::getRelocTargetVA(inputSec->file, type, addend, in computeAddend()
|