Searched refs:R_ADDEND (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 34 R_ADDEND, enumerator
|
D | Relocations.cpp | 242 {R_ADDEND, target->symbolicRel, in.got->getTlsIndexOff(), 1, &sym}); in handleTlsRelocation() 280 {R_ADDEND, target->symbolicRel, off, 1, &sym}); in handleTlsRelocation() 1101 sym.isPreemptible ? R_ADDEND : R_ABS, target->symbolicRel); in addGotEntry() 1164 R_ADDEND, type); in processRelocAux() 1411 mainPart->relaDyn->addReloc(type, &sec, offset, &sym, addend, R_ADDEND, type); in scanReloc()
|
D | InputSection.cpp | 682 case R_ADDEND: in getRelocTargetVA()
|
D | SyntheticSections.cpp | 1591 if (config->writeAddends && (expr != R_ADDEND || addend != 0)) in addReloc() 1593 addReloc({dynType, inputSec, offsetInSec, expr != R_ADDEND, sym, addend}); in addReloc()
|