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

/haiku-buildtools/binutils/bfd/
H A Delf32-score.c92 long gotidx; member in struct:score_got_entry
1008 /* got_entries only match if they're identical, except for gotidx, so
1507 entry.gotidx = SCORE_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
1518 (*loc)->gotidx = -1;
1526 score_bfd_put_32 (abfd, value, (sgot->contents + entry.gotidx));
1555 return entry->gotidx;
1674 entry.gotidx = -1;
1707 entry.gotidx = g->local_gotno++;
1738 return entry->gotidx;
H A Delf32-score7.c89 long gotidx; member in struct:score_got_entry
886 /* got_entries only match if they're identical, except for gotidx, so
1368 entry.gotidx = SCORE_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
1379 (*loc)->gotidx = -1;
1387 bfd_put_32 (abfd, value, (sgot->contents + entry.gotidx));
1417 return entry->gotidx;
1537 entry.gotidx = -1;
1571 entry.gotidx = g->local_gotno++;
1603 return entry->gotidx;
H A Delfxx-mips.c107 long gotidx; member in struct:mips_got_entry
3405 got_offset = entry->gotidx;
3537 return entry->gotidx;
3581 bfd_vma gotidx;
3599 gotidx = entry->gotidx;
3600 BFD_ASSERT (gotidx > 0 && gotidx < htab->root.sgot->size);
3615 return gotidx;
3638 got_index = entry->gotidx;
3566 bfd_vma gotidx; local
3696 bfd_vma gotidx; local
4671 mips_elf_set_gotidx(void **entryp, long gotidx) argument
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c71 mips_got_entry fields (tls_type and gotidx) to track the symbol's
110 long gotidx; member in struct:mips_got_entry
1950 /* got_entries only match if they're identical, except for gotidx, so
2437 return mips_tls_got_index (abfd, entry->gotidx, &entry->tls_type,
2441 return entry->gotidx;
2472 BFD_ASSERT (p->gotidx > 0);
2484 return mips_tls_got_index (abfd, p->gotidx, &p->tls_type, r_type,
2488 return p->gotidx;
2552 index = entry->gotidx;
2587 return entry->gotidx;
[all...]

Completed in 216 milliseconds