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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-score.c123 unsigned int assigned_gotno; member in struct:score_got_info
1118 /* In the multi-got case, assigned_gotno of the master got_info
1125 - (g->next ? g->assigned_gotno : 0);
1465 g->assigned_gotno = SCORE_RESERVED_GOTNO;
1508 entry.gotidx = SCORE_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
1517 if (g->assigned_gotno >= g->local_gotno)
1612 BFD_ASSERT (gg->assigned_gotno > 0);
1613 gg->assigned_gotno--;
H A Delf32-score7.c119 unsigned int assigned_gotno; member in struct:score_got_info
1003 /* In the multi-got case, assigned_gotno of the master got_info
1010 - (g->next ? g->assigned_gotno : 0);
1323 g->assigned_gotno = SCORE_RESERVED_GOTNO;
1368 entry.gotidx = SCORE_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
1377 if (g->assigned_gotno >= g->local_gotno)
1473 BFD_ASSERT (gg->assigned_gotno > 0);
1474 gg->assigned_gotno--;
H A Delfxx-mips.c161 unsigned int assigned_gotno; member in struct:mips_got_info
3322 entry.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
3332 if (g->assigned_gotno > g->local_gotno)
3991 g->assigned_gotno = -1;
4261 global symbol. G's assigned_gotno must contain the index of the
4288 entry->gotidx = arg->value * (long) g->assigned_gotno++;
4421 g->next->assigned_gotno = 0;
4482 [assigned_gotno, local_gotno[ will be set to the range of local
4505 g->assigned_gotno = assign;
4544 save_assign = g->assigned_gotno;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-score.c123 unsigned int assigned_gotno; member in struct:score_got_info
1118 /* In the multi-got case, assigned_gotno of the master got_info
1125 - (g->next ? g->assigned_gotno : 0);
1465 g->assigned_gotno = SCORE_RESERVED_GOTNO;
1508 entry.gotidx = SCORE_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
1517 if (g->assigned_gotno >= g->local_gotno)
1612 BFD_ASSERT (gg->assigned_gotno > 0);
1613 gg->assigned_gotno--;
H A Delf32-score7.c119 unsigned int assigned_gotno; member in struct:score_got_info
1003 /* In the multi-got case, assigned_gotno of the master got_info
1010 - (g->next ? g->assigned_gotno : 0);
1323 g->assigned_gotno = SCORE_RESERVED_GOTNO;
1368 entry.gotidx = SCORE_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
1377 if (g->assigned_gotno >= g->local_gotno)
1473 BFD_ASSERT (gg->assigned_gotno > 0);
1474 gg->assigned_gotno--;
H A Delfxx-mips.c161 unsigned int assigned_gotno; member in struct:mips_got_info
3322 entry.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_gotno++;
3332 if (g->assigned_gotno > g->local_gotno)
3991 g->assigned_gotno = -1;
4257 global symbol. G's assigned_gotno must contain the index of the
4284 entry->gotidx = arg->value * (long) g->assigned_gotno++;
4417 g->next->assigned_gotno = 0;
4478 [assigned_gotno, local_gotno[ will be set to the range of local
4501 g->assigned_gotno = assign;
4540 save_assign = g->assigned_gotno;
[all...]

Completed in 165 milliseconds