HomeSort by relevance Sort by last modified time
    Searched refs:aux_first_global (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdwfl/
dwfl_module_getsym.c 68 else if (ndx < mod->first_global + mod->aux_first_global - skip_aux_zero)
77 else if ((size_t) ndx < mod->syments + mod->aux_first_global - skip_aux_zero)
80 tndx = ndx - mod->aux_first_global + skip_aux_zero;
dwfl_module_getdwarf.c 1007 mod->aux_first_global = shdr->sh_info;
    [all...]
libdwflP.h 190 int aux_first_global; /* Index of first global of aux_sym table. */ member in struct:Dwfl_Module

Completed in 825 milliseconds