Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c1015 mod->aux_syments = shdr->sh_size / shdr->sh_entsize; in find_aux_sym()
1039 mod->aux_syments = 0; in find_aux_sym()
1222 mod->aux_syments = 0; in find_symtab()
1293 if (mod->aux_syments > mod->aux_symdata->d_size / shdr->sh_entsize in find_symtab()
1294 || (size_t) mod->aux_first_global > mod->aux_syments) in find_symtab()
1478 return (mod->syments + mod->aux_syments in INTDEF()
1479 - (mod->syments > 0 && mod->aux_syments > 0 ? 1 : 0)); in INTDEF()
1500 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0; in INTDEF()
Ddwfl_module_getsym.c57 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0; in __libdwfl_getsym()
DlibdwflP.h185 size_t aux_syments; /* sh_size / sh_entsize of aux_sym section. */ member
DChangeLog1496 from aux_syments by default.
1509 aux_syments, aux_symstrdata, aux_symxndxdata and aux_first_global.
1520 (dwfl_module_getsymtab): Return syments plus aux_syments.