Home
last modified time | relevance | path

Searched refs:st_value (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/char/
H A Driscv_htif.c54 void htif_symbol_callback(const char *st_name, int st_info, uint64_t st_value, in htif_symbol_callback() argument
58 fromhost_addr = st_value; in htif_symbol_callback()
64 tohost_addr = st_value; in htif_symbol_callback()
70 begin_sig_addr = st_value; in htif_symbol_callback()
72 end_sig_addr = st_value; in htif_symbol_callback()
/openbmc/qemu/bsd-user/
H A Delfload.c102 bswaptls(&sym->st_value); in bswap_sym()
356 __typeof(sym->st_value) addr = *(uint64_t *)s0; in symfind()
359 if (addr < sym->st_value) { in symfind()
361 } else if (addr >= sym->st_value + sym->st_size) { in symfind()
391 return (sym0->st_value < sym1->st_value) ? -1 : in symcmp()
392 ((sym0->st_value > sym1->st_value) ? 1 : 0); in symcmp()
463 syms[i].st_value &= ~(target_ulong)1; in load_symbols()
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc47 bswapSZs(&sym->st_value);
75 if (addr < sym->st_value) {
77 } else if (addr >= sym->st_value + sym->st_size) {
102 return (sym0->st_value < sym1->st_value)
104 : ((sym0->st_value > sym1->st_value) ? 1 : 0);
158 syms[i].st_value, syms[i].st_size);
173 syms[i].st_value &= ~(glue(glue(Elf, SZ), _Addr))1;
187 syms[i].st_size = syms[i + 1].st_value - syms[i].st_value;
H A Dloader.h149 uint64_t st_value, uint64_t st_size);
/openbmc/qemu/include/hw/char/
H A Driscv_htif.h47 void htif_symbol_callback(const char *st_name, int st_info, uint64_t st_value,
/openbmc/u-boot/tools/
H A Dprelink-riscv.inc91 *((uint32_t*) buf) = dynsym[ELF_R_SYM(r->r_info)].st_value;
93 *((uint64_t*) buf) = dynsym[ELF_R_SYM(r->r_info)].st_value;
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc56 bswaps(&sym->st_value);
86 sigreturn_addr = sym.st_value;
88 rt_sigreturn_addr = sym.st_value;
90 sigreturn_region_start_addr = sym.st_value;
92 sigreturn_region_end_addr = sym.st_value;
337 output_reloc(outf, buf, &target_sym[i].st_value);
H A Delfload.c254 bswaptls(&sym->st_value);
1676 __typeof(sym->st_value) addr = *(uint64_t *)s0; in init_thread()
1679 if (addr < sym->st_value) { in init_thread()
1681 } else if (addr >= sym->st_value + sym->st_size) {
1711 return (sym0->st_value < sym1->st_value) in elf_core_copy_regs()
1713 : ((sym0->st_value > sym1->st_value) ? 1 : 0);
1787 syms[i].st_value &= ~(target_ulong)1; in elf_core_copy_regs()
1789 syms[i].st_value in elf_core_copy_regs()
[all...]
/openbmc/u-boot/include/
H A Delf.h356 Elf32_Addr st_value; /* symbol value */ member
/openbmc/qemu/include/
H A Delf.h1482 Elf32_Addr st_value; member
1494 Elf64_Addr st_value; /* Value of the symbol */ member
/openbmc/qemu/tcg/
H A Dtcg.c7285 img->sym[1].st_value = buf; in tcg_register_jit_int()