Home
last modified time | relevance | path

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

/openbmc/u-boot/examples/standalone/
H A DMakefile17 ELF := $(strip $(extra-y)) macro
32 ELF := $(addprefix $(obj)/,$(ELF)) macro
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py65 class ELF(object): class