Home
last modified time | relevance | path

Searched refs:useSymVA (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DSyntheticSections.h429 uint64_t offsetInSec, bool useSymVA, Symbol *sym, int64_t addend) in DynamicReloc() argument
431 useSymVA(useSymVA), addend(addend), outputSec(nullptr) {} in DynamicReloc()
439 useSymVA(false), addend(addend), outputSec(outputSec) {} in DynamicReloc()
458 bool useSymVA; variable
DSyntheticSections.cpp1559 if (useSymVA) in computeAddend()
1568 if (sym && !useSymVA) in getSymIndex()
DWriter.cpp2043 if (reloc.sym && !reloc.useSymVA && syms.insert(reloc.sym).second) in finalizeSections()