Searched refs:first_global (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_addrsym.c | 272 /* First go through global symbols. mod->first_global and in __libdwfl_addrsym() 276 dynsym table loaded through phdrs, then first_global is zero and in __libdwfl_addrsym() 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()
|
H A 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()
|
H A D | dwfl_module_getdwarf.c | 605 size_t *syments, int *first_global, GElf_Word *strshndx) in load_symtab() 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() 1141 /* Cache the data; MOD->syments and MOD->first_global were set 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() 603 load_symtab(struct dwfl_file *file, struct dwfl_file **symfile, Elf_Scn **symscn, Elf_Scn **xndxscn, size_t *syments, int *first_global, GElf_Word *strshndx) load_symtab() argument
|
H A D | libdwflP.h | 186 int first_global; /* Index of first global symbol of table. */ member
|
Completed in 4 milliseconds