Home
last modified time | relevance | path

Searched refs:STT_FUNC (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dlinkage.h68 .type name STT_FUNC ASM_NL \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/
H A D0003-burn.S-Remove-.func-.endfunc.patch22 .type main, STT_FUNC
H A D0002-burn.S-Add.patch28 + .type main, STT_FUNC
/openbmc/qemu/tests/tcg/loongarch64/system/
H A Dregdef.h78 #define STT_FUNC 2 macro
/openbmc/u-boot/include/
H A Delf.h385 #define STT_FUNC 2 /* function */ macro
/openbmc/qemu/bsd-user/
H A Delfload.c454 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in load_symbols()
/openbmc/qemu/include/
H A Delf.h303 #define STT_FUNC 2 macro
/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()
/openbmc/qemu/tcg/
H A Dtcg.c7225 .st_info = ELF_ST_INFO(STB_GLOBAL, STT_FUNC), in tcg_register_jit_int()