Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_value

4170   bfd_vma sym_value;
4201 sym_value = (stub_entry->target_value
4277 sym_value |= 1;
4295 bfd_vma points_to = sym_value + stub_entry->target_addend;
4306 points_to = sym_value;
4327 bfd_vma points_to = sym_value + stub_entry->target_addend
5109 bfd_vma sym_value;
5159 sym_value = 0;
5171 sym_value = htab->tls_trampoline;
5211 sym_value = sym->st_value;
5212 destination = (sym_value + irela->r_addend
5234 sym_value = hash->root.root.u.def.value;
5249 sym_value = hash->root.plt.offset;
5251 destination = (sym_value
5256 destination = (sym_value + irela->r_addend
5276 sym_value = hash->root.plt.offset;
5278 destination = (sym_value
5325 stub_entry->target_value = sym_value;
5337 stub_entry->target_value = sym_value;
7569 the entry lives in .iplt and resolves to (*SYM_VALUE)().
7571 symbol table and SYM_VALUE is undefined.
7583 int dynindx, bfd_vma sym_value)
7871 /* .igot.plt entries use IRELATIVE relocations against SYM_VALUE.
7872 The dynamic linker or static executable then calls SYM_VALUE
7875 initial_got_entry = sym_value;