Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c1014 mod->aux_syments = shdr->sh_size / shdr->sh_entsize; in find_aux_sym()
1038 mod->aux_syments = 0; in find_aux_sym()
1221 mod->aux_syments = 0; in find_symtab()
1292 if (mod->aux_syments > mod->aux_symdata->d_size / shdr->sh_entsize in find_symtab()
1293 || (size_t) mod->aux_first_global > mod->aux_syments) in find_symtab()
1477 return (mod->syments + mod->aux_syments in INTDEF()
1478 - (mod->syments > 0 && mod->aux_syments > 0 ? 1 : 0)); in INTDEF()
1499 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0; in INTDEF()
H A Ddwfl_module_getsym.c57 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0; in __libdwfl_getsym()
H A DlibdwflP.h185 size_t aux_syments; /* sh_size / sh_entsize of aux_sym section. */ member

Completed in 4 milliseconds