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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c101 #define MAX_GOT_SIZE (64*1024)
2166 if (total + alpha_elf_tdata (b)->total_got_size <= MAX_GOT_SIZE)
2170 if ((total += alpha_elf_tdata (b)->local_got_size) > MAX_GOT_SIZE)
2207 if (total > MAX_GOT_SIZE)
2406 if (alpha_elf_tdata (this_got)->total_got_size > MAX_GOT_SIZE)
100 #define MAX_GOT_SIZE macro

Completed in 197 milliseconds