Searched refs:elf_gp_size (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c968 return elf_gp_size (abfd);
996 elf_gp_size (abfd) = i;
H A Delf-bfd.h1494 #define elf_gp_size(bfd) (elf_tdata(bfd) -> gp_size)
1492 #define elf_gp_size macro
H A Delf32-score.c2725 if (sym->st_size > elf_gp_size (abfd))
2747 if (asym->value > elf_gp_size (abfd))
H A Delfxx-mips.c5153 if (asym->value > elf_gp_size (abfd)
5786 if (sym->st_size > elf_gp_size (abfd)
10722 tab[0].gt_header.gt_current_g_value = elf_gp_size (abfd);
H A Delf64-alpha.c1207 && sym->st_size <= elf_gp_size (abfd))
H A Delf32-ppc.c2832 && sym->st_size <= elf_gp_size (abfd)
H A Delfxx-ia64.c1622 && sym->st_size <= elf_gp_size (abfd))

Completed in 254 milliseconds