Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c9516 struct got_entry *gent) in allocate_got() argument
9521 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD) in allocate_got()
9523 int rentsize = (gent->tls_type & eh->tls_mask & TLS_GD in allocate_got()
9525 asection *got = ppc64_elf_tdata (gent->owner)->got; in allocate_got()
9527 gent->got.offset = got->size; in allocate_got()
9541 asection *relgot = ppc64_elf_tdata (gent->owner)->relgot; in allocate_got()
9576 struct got_entry **pgent, *gent; in allocate_dynrelocs() local
9590 for (gent = h->got.glist; gent != NULL; gent = gent->next) in allocate_dynrelocs()
9591 if (gent->got.refcount > 0 in allocate_dynrelocs()
9592 && (gent->tls_type & TLS_GD) != 0) in allocate_dynrelocs()
[all …]