Home | History | Annotate | Download | only in bfd

Lines Matching refs:symidx

1390 _bfd_vms_lib_get_elt_at_index (bfd *abfd, symindex symidx)
1396 /* Check symidx. */
1397 if (symidx > tdata->artdata.symdef_count)
1399 file_off = tdata->artdata.symdefs[symidx].file_offset;