Home | History | Annotate | Download | only in bfd

Lines Matching refs:newidx

1016   bfd_size_type newidx;
1026 newidx = relative_reloc->count++;
1046 relative_reloc->data[newidx].rel = *rel;
1047 relative_reloc->data[newidx].sec = sec;
1051 relative_reloc->data[newidx].sym = NULL;
1052 relative_reloc->data[newidx].u.h = h;
1056 relative_reloc->data[newidx].sym = sym;
1057 relative_reloc->data[newidx].u.sym_sec = sym_sec;
1059 relative_reloc->data[newidx].offset = offset;
1060 relative_reloc->data[newidx].address = 0;
1372 bfd_size_type newidx;
1381 newidx = bitmap->count++;
1398 bitmap->u.elf64[newidx] = entry;
1408 bfd_size_type newidx;
1417 newidx = bitmap->count++;
1434 bitmap->u.elf32[newidx] = entry;