Searched refs:inputSec (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | SyntheticSections.h | 425 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc() argument 428 : sym(&sym), inputSec(inputSec), offsetInSec(offsetInSec), type(type), in DynamicReloc() 431 DynamicReloc(RelType type, const InputSectionBase *inputSec, 433 : sym(nullptr), inputSec(inputSec), offsetInSec(offsetInSec), type(type), in sym() 437 DynamicReloc(RelType type, const InputSectionBase *inputSec, in DynamicReloc() argument 440 : sym(nullptr), outputSec(outputSec), inputSec(inputSec), in DynamicReloc() 459 const InputSectionBase *inputSec; variable 592 uint64_t getOffset() const { return inputSec->getVA(offsetInSec); } in getOffset() 594 const InputSectionBase *inputSec; member
|
| H A D | Writer.cpp | 1723 const InputSectionBase *inputSec = dyn_cast<InputSectionBase>(sec); in fixSymbolsAfterShrinking() local 1724 if (!inputSec || !inputSec->bytesDropped) in fixSymbolsAfterShrinking() 1727 const size_t OldSize = inputSec->content().size(); in fixSymbolsAfterShrinking() 1728 const size_t NewSize = OldSize - inputSec->bytesDropped; in fixSymbolsAfterShrinking() 1734 << def->value - inputSec->bytesDropped << " bytes\n"); in fixSymbolsAfterShrinking() 1735 def->value -= inputSec->bytesDropped; in fixSymbolsAfterShrinking() 1743 << def->size << " to " << def->size - inputSec->bytesDropped in fixSymbolsAfterShrinking() 1745 def->size -= inputSec->bytesDropped; in fixSymbolsAfterShrinking()
|
| H A D | OutputSections.cpp | 737 const OutputSection *relOsec = rel.inputSec->getOutputSection(); in checkDynRelAddends() 740 bufStart + relOsec->offset + rel.inputSec->getOffset(rel.offsetInSec); in checkDynRelAddends()
|
| H A D | SyntheticSections.cpp | 1549 return inputSec->getVA(offsetInSec); in getOffset() 1562 return InputSection::getRelocTargetVA(inputSec->file, type, addend, in computeAddend()
|