Home
last modified time | relevance | path

Searched refs:local_got_offset (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Di386.cc1928 object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in local()
2947 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD) in relocate()
3083 got_offset = (object->local_got_offset(r_sym, got_type) in relocate_tls()
3145 got_offset += (object->local_got_offset(r_sym, got_type) in relocate_tls()
3262 got_offset = object->local_got_offset(r_sym, got_type); in relocate_tls()
Dx86_64.cc2703 object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in local()
3744 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD) in relocate()
3940 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD) in relocate()
4095 got_offset = (object->local_got_offset(r_sym, got_type) in relocate_tls()
4163 got_offset += (object->local_got_offset(r_sym, got_type) in relocate_tls()
4301 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_TLS_OFFSET) in relocate_tls()
Dobject.h1188 local_got_offset(unsigned int symndx, unsigned int got_type) const in local_got_offset() function
1195 local_got_offset(unsigned int symndx, unsigned int got_type, in local_got_offset() function
Ds390.cc2441 object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in local()
3304 got_offset = object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in relocate()
3566 return (object->local_got_offset(r_sym, got_type) in relocate_tls()
3716 got_offset = object->local_got_offset(r_sym, GOT_TYPE_TLS_OFFSET); in relocate_tls()
Daarch64.cc6175 object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in local()
6238 object->local_got_offset(r_sym, GOT_TYPE_TLS_OFFSET); in local()
7105 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD) in relocate()
7393 object->local_got_offset(r_sym, tls_got_offset_type); in relocate_tls()
7526 object->local_got_offset(r_sym, tls_got_offset_type); in relocate_tls()
7631 object->local_got_offset(r_sym, tls_got_offset_type); in relocate_tls()
Dtilegx.cc3382 = object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in local()
4403 object->local_got_offset(r_sym, got_type) - got_base; in relocate()
4631 object->local_got_offset(r_sym, got_type) - got_base; in relocate()
Dsparc.cc3369 got_offset = object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in relocate()
3788 value = object->local_got_offset(r_sym, got_type); in relocate_tls()
4041 value = object->local_got_offset(r_sym, in relocate_tls()
Dpowerpc.cc7689 value = object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in relocate()
7790 value = object->local_got_offset(r_sym, got_type); in relocate()
7889 value = object->local_got_offset(r_sym, GOT_TYPE_DTPREL); in relocate()
7911 value = object->local_got_offset(r_sym, GOT_TYPE_TPREL); in relocate()
9325 unsigned int off = ppc_object->local_got_offset(symndx, got_type); in do_tls_offset_for_local()
Darm.cc8678 object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in local()
8792 object->local_got_offset(r_sym, GOT_TYPE_TLS_OFFSET); in local()
9639 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD) in relocate()
10139 got_offset = (object->local_got_offset(r_sym, got_type) in relocate_tls()
10193 got_offset = object->local_got_offset(r_sym, got_type); in relocate_tls()
Dmips.cc2134 { return object->local_got_offset(symndx, got_type, addend); } in got_offset()
5790 unsigned int got_offset = entry->object()->local_got_offset( in add_local_entries()
6002 entry->object()->local_got_offset(entry->symndx(), got_type, in add_tls_entries()
6034 entry->object()->local_got_offset(entry->symndx(), got_type, in add_tls_entries()
DChangeLog725 it to Relobj::local_got_offset.
DChangeLog-0815109 (Relobj::local_got_offset): Likewise.
5688 (Relobj::local_got_offset): New function.
5697 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
7451 (Sized_relobj::local_got_offset): Likewise.
7467 (Sized_relobj_file::local_got_offset): Likewise.
18004 (Sized_relobj::local_got_offset): Likewise.