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

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c563 #define MIPS_ELF_GOT_SIZE(abfd) \
2262 offset2 = offset + MIPS_ELF_GOT_SIZE (abfd);
2288 got_offset += 2 * MIPS_ELF_GOT_SIZE (abfd);
2321 + MIPS_ELF_GOT_SIZE (abfd));
2355 return got_index + 2 * MIPS_ELF_GOT_SIZE (abfd);
2519 * MIPS_ELF_GOT_SIZE (abfd));
2677 entry.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
3102 if (primary_total * MIPS_ELF_GOT_SIZE (bfd2got->bfd)
3200 next_index = MIPS_ELF_GOT_SIZE (entry->abfd) * (long) g->tls_assigned_gotno;
3381 * MIPS_ELF_GOT_SIZE (abf
561 #define MIPS_ELF_GOT_SIZE macro
[all...]
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c852 #define MIPS_ELF_GOT_SIZE(abfd) \
3411 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd);
3464 + MIPS_ELF_GOT_SIZE (abfd));
3504 * MIPS_ELF_GOT_SIZE (info->output_bfd)));
3565 * MIPS_ELF_GOT_SIZE (obfd));
3784 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++;
3786 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--;
4833 * MIPS_ELF_GOT_SIZE (abfd);
4861 / MIPS_ELF_GOT_SIZE (abfd))
4950 tga.value = MIPS_ELF_GOT_SIZE (abf
850 #define MIPS_ELF_GOT_SIZE macro
[all...]

Completed in 76 milliseconds