Searched refs:aux_first_global (Results 1 – 4 of 4) sorted by relevance
72 else if (ndx < mod->first_global + mod->aux_first_global - skip_aux_zero) in __libdwfl_getsym()81 else if ((size_t) ndx < mod->syments + mod->aux_first_global - skip_aux_zero) in __libdwfl_getsym()84 tndx = ndx - mod->aux_first_global + skip_aux_zero; in __libdwfl_getsym()
1016 mod->aux_first_global = shdr->sh_info; in find_aux_sym()1294 || (size_t) mod->aux_first_global > mod->aux_syments) in find_symtab()1501 return mod->first_global + mod->aux_first_global - skip_aux_zero; in INTDEF()
186 int aux_first_global; /* Index of first global of aux_sym table. */ member
1784 aux_syments, aux_symstrdata, aux_symxndxdata and aux_first_global.1799 mod->first_global and mod->aux_first_global.