Lines Matching refs:st_value
198 *got = sym->st_value + relocbase;
290 * by not outputting a PLT slot and setting st_value
297 *got = def->st_value + (Elf_Addr)defobj->relocbase;
301 sym->st_value != 0 && sym->st_shndx == SHN_UNDEF) {
304 * st_value should be 0, forcing us to resolve the
317 *got = sym->st_value + (Elf_Addr)obj->relocbase;
321 *got = sym->st_value +
327 *got = def->st_value + (Elf_Addr)defobj->relocbase;
411 val += (Elf_Addr)def->st_value;
450 val += (Elf_Addr)def->st_value - TLS_DTV_OFFSET;
472 val += (Elf_Addr)(def->st_value + defobj->tlsoffset
526 new_value = (Elf_Addr)(defobj->relocbase + def->st_value);