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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-mips.c96 #define MIPS_RESERVED_GOTNO (2) macro
1592 #define elf_backend_got_header_size (4 * MIPS_RESERVED_GOTNO)
H A Delfn32-mips.c97 #define MIPS_RESERVED_GOTNO (2) macro
2398 #define elf_backend_got_header_size (4 * MIPS_RESERVED_GOTNO)
H A Delf64-mips.c138 #define MIPS_RESERVED_GOTNO (2) macro
3148 #define elf_backend_got_header_size (4 * MIPS_RESERVED_GOTNO)
H A Delfxx-mips.c622 #define MIPS_RESERVED_GOTNO(INFO) \
3434 - MIPS_RESERVED_GOTNO (info) - pages);
3569 assign += MIPS_RESERVED_GOTNO (info);
3825 g->local_gotno = MIPS_RESERVED_GOTNO (info);
3826 g->assigned_gotno = MIPS_RESERVED_GOTNO (info);
7446 - MIPS_RESERVED_GOTNO (info));
7495 + MIPS_RESERVED_GOTNO (info));
8850 dyn.d_un.d_val = g->local_gotno - MIPS_RESERVED_GOTNO (info);
620 #define MIPS_RESERVED_GOTNO macro

Completed in 112 milliseconds