Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h50 uint64_t getSecAddr() const;
H A DLinkerScript.cpp65 uint64_t ExprValue::getSecAddr() const { in getSecAddr() function in ExprValue
77 return getValue() - getSecAddr(); in getSectionOffset()
H A DScriptParser.cpp172 (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc}; in bitAnd()
178 (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc}; in bitOr()