Home | History | Annotate | Download | only in tc

Lines Matching refs:relo

1318 		GElf_Rel relo;
1321 if (gelf_getrel(data_relo->sec_data, relo_ent, &relo) != &relo)
1324 ioff = relo.r_offset / sizeof(struct bpf_insn);
1329 if (gelf_getsym(ctx->sym_tab, GELF_R_SYM(relo.r_info), &sym) != &sym)