Searched refs:o_syms (Results 1 – 2 of 2) sorted by relevance
181 op->o_syms = (Elf_Sym *)data->d_buf; in load_syms()188 if (!op->o_syms) { in load_syms()211 if (op && (op->o_syms == NULL)) in print_address()219 sym = op->o_syms; in print_address()222 for (i = 0, _sym = op->o_syms; i < op->o_symcnt; i++, _sym++) { in print_address()
53 Elf_Sym *o_syms; /* symbol table */ member