Home
last modified time | relevance | path

Searched refs:ELF_ST_TYPE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/
H A Delf.h308 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf) macro
311 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x)
313 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x)
/openbmc/qemu/bsd-user/
H A Delfload.c454 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in load_symbols()
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc164 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) {
/openbmc/qemu/linux-user/
H A Delfload.c1780 || ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in elf_core_copy_regs()