Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c9313 struct got_entry *gent) in allocate_got() argument
9318 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD) in allocate_got()
9320 int rentsize = (gent->tls_type & eh->tls_mask & TLS_GD in allocate_got()
9322 asection *got = ppc64_elf_tdata (gent->owner)->got; in allocate_got()
9324 gent->got.offset = got->size; in allocate_got()
9338 asection *relgot = ppc64_elf_tdata (gent->owner)->relgot; in allocate_got()
9374 struct got_entry **pgent, *gent; in allocate_dynrelocs() local
9453 for (gent = h->got.glist; gent != NULL; gent = gent->next) in allocate_dynrelocs()
9454 if (gent->got.refcount > 0 in allocate_dynrelocs()
9455 && (gent->tls_type & TLS_GD) != 0) in allocate_dynrelocs()
[all …]