Home | History | Annotate | Download | only in tests

Lines Matching refs:st_value

130 	     sym.st_size, sym.st_value);
132 /* The info variant doesn't adjust st_value but returns the (possible)
144 assert (sym.st_value == isym.st_value
145 || sym.st_value == isym.st_value + bias
154 assert (addr_in_section (elf, shndxp, sym.st_value - bias));
166 assert (addr_in_section (aelf, ashndxp, asym.st_value)
174 && value <= sym.st_value);
176 addr = sym.st_value;
186 if (value != isym.st_value + bias && ehdr.e_type != ET_REL)