/external/elfutils/libdwfl/ |
dwfl_module_addrsym.c | 265 /* First go through global symbols. mod->first_global and 269 dynsym table loaded through phdrs, then first_global is zero and 274 int first_global = INTUSE (dwfl_module_getsymtab_first_global) (state.mod); local 275 if (first_global < 0) 277 search_table (&state, first_global == 0 ? 1 : first_global, syments); 281 if (state.closest_name == NULL && first_global > 1 283 search_table (&state, 1, first_global);
|
dwfl_module_getsym.c | 59 || ndx < mod->first_global) 68 else if (ndx < mod->first_global + mod->aux_first_global - skip_aux_zero) 71 tndx = ndx - mod->first_global + skip_aux_zero;
|
dwfl_module_getdwarf.c | 599 size_t *syments, int *first_global, GElf_Word *strshndx) 617 *first_global = shdr->sh_info; 632 *first_global = shdr->sh_info; 1060 &xndxscn, &mod->syments, &mod->first_global, 1081 &mod->first_global, &strshndx); [all...] |
libdwflP.h | 189 int first_global; /* Index of first global symbol of table. */ member in struct:Dwfl_Module
|
/toolchain/binutils/binutils-2.25/gold/ |
incremental-dump.cc | 268 unsigned int first_global = nsyms - nglobals; local 342 sym_p = symtab_view.data() + first_global * sym_size; 350 printf("[%d] %s\n", first_global + i, symname); 363 if (sym_info.output_symndx() != first_global + i)
|
incremental.cc | 640 unsigned int first_global = symtab_count - isym_count; local 677 gold_assert(symndx >= first_global && symndx < symtab_count); 678 Symbol* sym = this->global_symbol(symndx - first_global); 695 gold_assert(plt_desc >= first_global && plt_desc < symtab_count); 696 Symbol* sym = this->global_symbol(plt_desc - first_global); [all...] |
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
util.c | 58 static bool first, first_global = true; variable 367 if ((Aflag || Bflag) && !first_global && 379 first_global = false;
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf64-mmix.c | 1692 bfd_vma first_global; local [all...] |