Searched refs:st_value (Results 1 – 11 of 11) sorted by relevance
| /openbmc/qemu/hw/char/ |
| H A D | riscv_htif.c | 54 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 D | elfload.c | 102 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 D | elf_ops.h.inc | 47 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 D | loader.h | 149 uint64_t st_value, uint64_t st_size);
|
| /openbmc/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,
|
| /openbmc/u-boot/tools/ |
| H A D | prelink-riscv.inc | 91 *((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 D | gen-vdso-elfn.c.inc | 56 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 D | elfload.c | 254 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 D | elf.h | 356 Elf32_Addr st_value; /* symbol value */ member
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1482 Elf32_Addr st_value; member 1494 Elf64_Addr st_value; /* Value of the symbol */ member
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 7285 img->sym[1].st_value = buf; in tcg_register_jit_int()
|