Searched refs:inputSec (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h422 DynamicReloc(RelType type, const InputSectionBase *inputSec, argument
424 : type(type), sym(sym), inputSec(inputSec), offsetInSec(offsetInSec),
429 DynamicReloc(RelType type, const InputSectionBase *inputSec, argument
432 : type(type), sym(nullptr), inputSec(inputSec), offsetInSec(offsetInSec),
446 const InputSectionBase *inputSec = nullptr; member in class:lld::elf::DynamicReloc
494 void addReloc(RelType dynType, InputSectionBase *inputSec,
541 uint64_t getOffset() const { return inputSec->getVA(offsetInSec); }
543 const InputSectionBase *inputSec; member in struct:lld::elf::RelativeReloc
[all...]
H A DWriter.cpp1766 const InputSectionBase *inputSec = dyn_cast<InputSectionBase>(sec->repl);
1767 if (!inputSec || !inputSec->bytesDropped)
1770 const size_t OldSize = inputSec->data().size();
1771 const size_t NewSize = OldSize - inputSec->bytesDropped;
1777 << def->value - inputSec->bytesDropped << " bytes\n");
1778 def->value -= inputSec->bytesDropped;
1786 << def->size << " to " << def->size - inputSec->bytesDropped
1788 def->size -= inputSec->bytesDropped;
H A DSyntheticSections.cpp1514 return inputSec->getVA(offsetInSec);
1544 InputSectionBase *inputSec,
1551 inputSec->relocations.push_back({expr, type, offsetInSec, addend, sym});
1552 addReloc({dynType, inputSec, offsetInSec, expr != R_ADDEND, sym, addend});

Completed in 114 milliseconds