Searched refs:st_info (Results 1 – 8 of 8) sorted by relevance
/qemu/include/hw/char/ |
H A D | riscv_htif.h | 47 void htif_symbol_callback(const char *st_name, int st_info, uint64_t st_value,
|
/qemu/include/hw/ |
H A D | loader.h | 146 typedef void (*symbol_fn_t)(const char *st_name, int st_info,
|
H A D | elf_ops.h.inc | 157 sym_cb(str + syms[i].st_name, syms[i].st_info, 164 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) {
|
/qemu/hw/char/ |
H A D | riscv_htif.c | 55 void htif_symbol_callback(const char *st_name, int st_info, uint64_t st_value, in htif_symbol_callback() argument
|
/qemu/include/ |
H A D | elf.h | 1477 unsigned char st_info; member 1484 unsigned char st_info; /* Type and binding attributes */ member
|
/qemu/bsd-user/ |
H A D | elfload.c | 454 ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in load_symbols()
|
/qemu/linux-user/ |
H A D | elfload.c | 3711 || ELF_ST_TYPE(syms[i].st_info) != STT_FUNC) { in load_symbols()
|
/qemu/tcg/ |
H A D | tcg.c | 7221 .st_info = ELF_ST_INFO(STB_GLOBAL, STT_FUNC), in tcg_register_jit_int()
|