Home | History | Annotate | Download | only in prekern

Lines Matching defs:symidx

143 elf_sym_lookup(size_t symidx)
149 if (symidx == STN_UNDEF) {
153 if (symidx >= eif.symcnt) {
156 sym = &eif.symtab[symidx];
200 uintptr_t rtype, symidx;
209 symidx = ELF_R_SYM(rela->r_info);
214 symidx = ELF_R_SYM(rel->r_info);
233 addr = elf_sym_lookup(symidx);
240 addr = elf_sym_lookup(symidx);
248 addr = elf_sym_lookup(symidx);
256 addr = elf_sym_lookup(symidx);