Lines Matching defs:value
132 adjusted value separately. */
133 GElf_Addr value;
135 name = dwfl_module_getsym_info (mod, ndx, &isym, &value, &shndxp,
148 Note this only works because the st.value is adjusted by
152 /* Make sure the adjusted value really falls in the elf section. */
155 GElf_Addr addr = value;
164 /* Make sure the adjusted value really falls in the elf section. */
173 && value <= sym.st_value);
184 /* Print the section of the actual value if different from sym. */
185 if (value != isym.st_value + bias && ehdr.e_type != ET_REL)
188 addr = value;
197 value, addr, sname);