Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h47 uint64_t getSecAddr() const;
H A DScriptParser.cpp174 (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc}; in bitAnd()
180 (a.getValue() ^ b.getValue()) - a.getSecAddr(), a.loc}; in bitXor()
186 (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc}; in bitOr()
H A DLinkerScript.cpp124 uint64_t ExprValue::getSecAddr() const { in getSecAddr() function in ExprValue
129 return getValue() - getSecAddr(); in getSectionOffset()