Lines Matching refs:symid
292 int type, symid;
315 symid = (int)GELF_R_SYM(rela.r_info);
317 if ((symid > (no_syms - 1)) || (symid < 0)) {
320 symid, p_scns->scn_name);
324 (void) gelf_getsym(sym_data, symid, &sym);
345 if ((symid < d_low) || (symid > d_hi)) {
353 (void) printf("%-22d%-18d", symid, type);
369 (void) printf("%-22d", symid);
396 int type, symid;
420 symid = (int)GELF_R_SYM(rel.r_info);
422 if ((symid > (no_syms - 1)) || (symid < 0)) {
425 symid, p_scns->scn_name);
429 (void) gelf_getsym(sym_data, symid, &sym);
449 if ((symid < d_low) || (symid > d_hi)) {
457 (void) printf("%-20d%-18d", symid, type);