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

  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 1006 mod->aux_syments = shdr->sh_size / shdr->sh_entsize;
1030 mod->aux_syments = 0;
    [all...]
dwfl_module_getsym.c 53 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0;
libdwflP.h 188 size_t aux_syments; /* sh_size / sh_entsize of aux_sym section. */ member in struct:Dwfl_Module

Completed in 3166 milliseconds