HomeSort by relevance Sort by last modified time
    Searched defs:first_global (Results 1 - 6 of 6) sorted by null

  /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);
libdwflP.h 189 int first_global; /* Index of first global symbol of table. */ member in struct:Dwfl_Module
  /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/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...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-mmix.c 1692 bfd_vma first_global; local
    [all...]

Completed in 753 milliseconds