Searched refs:aux_first_global (Results 1 – 4 of 4) sorted by relevance
68 else if (ndx < mod->first_global + mod->aux_first_global - skip_aux_zero) in __libdwfl_getsym()77 else if ((size_t) ndx < mod->syments + mod->aux_first_global - skip_aux_zero) in __libdwfl_getsym()80 tndx = ndx - mod->aux_first_global + skip_aux_zero; in __libdwfl_getsym()
1007 mod->aux_first_global = shdr->sh_info; in find_aux_sym()1285 || (size_t) mod->aux_first_global > mod->aux_syments) in find_symtab()1481 return mod->first_global + mod->aux_first_global - skip_aux_zero; in INTDEF()
190 int aux_first_global; /* Index of first global of aux_sym table. */ member
1178 aux_syments, aux_symstrdata, aux_symxndxdata and aux_first_global.1193 mod->first_global and mod->aux_first_global.