Searched refs:first_global (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 281 int first_global = INTUSE (dwfl_module_getsymtab_first_global) (state.mod); in __libdwfl_addrsym() local 282 if (first_global < 0) in __libdwfl_addrsym() 284 search_table (&state, first_global == 0 ? 1 : first_global, syments); in __libdwfl_addrsym() 288 if (state.closest_name == NULL && first_global > 1 in __libdwfl_addrsym() 290 search_table (&state, 1, first_global); in __libdwfl_addrsym()
|
D | dwfl_module_getsym.c | 63 || ndx < mod->first_global) in __libdwfl_getsym() 72 else if (ndx < mod->first_global + mod->aux_first_global - skip_aux_zero) in __libdwfl_getsym() 75 tndx = ndx - mod->first_global + skip_aux_zero; in __libdwfl_getsym()
|
D | dwfl_module_getdwarf.c | 605 size_t *syments, int *first_global, GElf_Word *strshndx) in load_symtab() argument 623 *first_global = shdr->sh_info; in load_symtab() 638 *first_global = shdr->sh_info; in load_symtab() 1068 &xndxscn, &mod->syments, &mod->first_global, in find_symtab() 1089 &mod->first_global, &strshndx); in find_symtab() 1136 mod->first_global = 0; in find_symtab() 1210 || (size_t) mod->first_global > mod->syments) in find_symtab() 1500 return mod->first_global + mod->aux_first_global - skip_aux_zero; in INTDEF()
|
D | libdwflP.h | 186 int first_global; /* Index of first global symbol of table. */ member
|
D | ChangeLog | 1216 syments and first_global on elferr before calling find_dynsym. 1286 number of symbols and first_global before use. 2052 one from first_global when both tables have symbols. 2069 (load_symtab): Always set first_global. 2071 when using same_section. Calculate first_global based on both 2072 mod->first_global and mod->aux_first_global. 2167 * dwfl_module_getdwarf.c (load_symtab): Take first_global int arg 2169 (find_symtab): Initialize mod->first_global and pass it to load_symtab. 2170 * libdwfl/libdwflP.h (Dwfl_Module): Add first_global field.
|