Lines Matching defs:value
46 Elf32_Word shndx, GElf_Addr *value)
92 *value += dwfl_adjusted_address (mod, refshdr->sh_addr);
349 /* First, resolve the symbol to an absolute value. */
350 GElf_Addr value;
359 value = 0;
378 value = sym.st_value;
425 /* For the addend form, we have the value already. */
426 value += *addend;
442 tmpbuf.Name += value * addsub; \
444 tmpbuf.Name = value; \
454 /* Extract the original value and apply the reloc. */
464 tmpbuf.Name += (GElf_##Name) value; \