Searched refs:aux_syments (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c1006 mod->aux_syments = shdr->sh_size / shdr->sh_entsize;
1030 mod->aux_syments = 0;
1213 mod->aux_syments = 0;
1284 if (mod->aux_syments > mod->aux_symdata->d_size / shdr->sh_entsize
1285 || (size_t) mod->aux_first_global > mod->aux_syments)
1458 return (mod->syments + mod->aux_syments
1459 - (mod->syments > 0 && mod->aux_syments > 0 ? 1 : 0));
1480 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0;
H A Ddwfl_module_getsym.c53 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0;
H A DlibdwflP.h188 size_t aux_syments; /* sh_size / sh_entsize of aux_sym section. */ member in struct:Dwfl_Module

Completed in 38 milliseconds