Home
last modified time | relevance | path

Searched defs:Symbol (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/binman/
H A Delf.py19 Symbol = namedtuple('Symbol', ['section', 'address', 'size', 'weak']) variable
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1831 class Symbol(Item): class