Lines Matching refs:st_value
48 size_t st_name, size_t st_value, const char *name, in sym_compare() argument
75 if (st_value > (elf->max_addr - elf->load_addr)) in sym_compare()
79 *val = st_value + elf->load_addr; in sym_compare()
83 *val = st_value; in sym_compare()
101 size_t st_value = 0; in check_found_sym() local
120 st_value = sym32[n].st_value; in check_found_sym()
127 st_value = sym64[n].st_value; in check_found_sym()
130 return sym_compare(elf, st_bind, st_type, st_shndx, st_name, st_value, in check_found_sym()
439 sym_tab[sym_idx].st_value; in e32_relocate()
447 *where += sym_tab[sym_idx].st_value - rel->r_offset; in e32_relocate()
680 sym_tab[sym_idx].st_value; in e64_relocate()