Home
last modified time | relevance | path

Searched refs:aux_syments (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c1006 mod->aux_syments = shdr->sh_size / shdr->sh_entsize; in find_aux_sym()
1030 mod->aux_syments = 0; in find_aux_sym()
1213 mod->aux_syments = 0; in find_symtab()
1284 if (mod->aux_syments > mod->aux_symdata->d_size / shdr->sh_entsize in find_symtab()
1285 || (size_t) mod->aux_first_global > mod->aux_syments) in find_symtab()
1458 return (mod->syments + mod->aux_syments in INTDEF()
1459 - (mod->syments > 0 && mod->aux_syments > 0 ? 1 : 0)); in INTDEF()
1480 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0; in INTDEF()
Ddwfl_module_getsym.c53 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0; in __libdwfl_getsym()
DlibdwflP.h188 size_t aux_syments; /* sh_size / sh_entsize of aux_sym section. */ member
DChangeLog1165 from aux_syments by default.
1178 aux_syments, aux_symstrdata, aux_symxndxdata and aux_first_global.
1189 (dwfl_module_getsymtab): Return syments plus aux_syments.