Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h47 uint64_t getSecAddr() const;
H A DLinkerScript.cpp121 uint64_t ExprValue::getSecAddr() const { in getSecAddr() function in ExprValue
131 return getValue() - getSecAddr(); in getSectionOffset()
H A DScriptParser.cpp177 (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc}; in bitAnd()
183 (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc}; in bitOr()