Searched refs:tls_maskp (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf64-ppc.c5929 char **tls_maskp,
5961 if (tls_maskp != NULL)
5966 *tls_maskp = &eh->tls_mask;
6003 if (tls_maskp != NULL)
6015 *tls_maskp = tls_mask;
6026 get_tls_mask (char **tls_maskp, unsigned long *toc_symndx,
6038 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
6041 if ((*tls_maskp != NULL && **tls_maskp != 0)
6058 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsyms
5922 get_sym_h(struct elf_link_hash_entry **hp, Elf_Internal_Sym **symp, asection **symsecp, char **tls_maskp, Elf_Internal_Sym **locsymsp, unsigned long r_symndx, bfd *ibfd) argument
6022 get_tls_mask(char **tls_maskp, unsigned long *toc_symndx, Elf_Internal_Sym **locsymsp, const Elf_Internal_Rela *rel, bfd *ibfd) argument
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf64-ppc.c7473 unsigned char **tls_maskp,
7503 if (tls_maskp != NULL)
7508 *tls_maskp = &eh->tls_mask;
7538 if (tls_maskp != NULL)
7553 *tls_maskp = tls_mask;
7564 get_tls_mask (unsigned char **tls_maskp,
7579 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
7582 if ((*tls_maskp != NULL && **tls_maskp != 0)
7604 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsyms
7466 get_sym_h(struct elf_link_hash_entry **hp, Elf_Internal_Sym **symp, asection **symsecp, unsigned char **tls_maskp, Elf_Internal_Sym **locsymsp, unsigned long r_symndx, bfd *ibfd) argument
7560 get_tls_mask(unsigned char **tls_maskp, unsigned long *toc_symndx, bfd_vma *toc_addend, Elf_Internal_Sym **locsymsp, const Elf_Internal_Rela *rel, bfd *ibfd) argument
[all...]

Completed in 75 milliseconds