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

  /external/elfutils/0.153/libdwfl/
dwfl_module_addrsym.c 174 /* First go through global symbols. mod->first_global is setup by
178 search_table (mod->first_global < 0 ? 1 : mod->first_global, syments);
182 if (closest_name == NULL && mod->first_global > 1
184 search_table (1, mod->first_global);
dwfl_module_getdwarf.c 571 size_t *syments, int *first_global, GElf_Word *strshndx)
587 *first_global = shdr->sh_info;
848 mod->first_global = -1; /* Unknown, unless explicitly set by load_symtab. */
854 &xndxscn, &mod->syments, &mod->first_global,
875 &mod->first_global, &strshndx);
914 /* Cache the data; MOD->syments and MOD->first_global were set above. */
libdwflP.h 175 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;

Completed in 262 milliseconds