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

  /external/elfutils/tests/
dwflsyms.c 58 switch (GELF_ST_BIND (sym->st_info))
74 switch (GELF_ST_BIND (sym->st_info))
  /external/elfutils/src/
nm.c 863 GELF_ST_BIND (syms[cnt].sym.st_info),
885 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL;
901 && GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE)
975 bool is_weak = GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK;
1113 : (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK
    [all...]
xelf.h 381 # define XELF_ST_BIND(info) GELF_ST_BIND (info)
elflint.c 736 if (GELF_ST_BIND (sym->st_info) >= STB_NUM
737 && !ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), NULL,
742 if (GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE
901 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL)
917 && GELF_ST_BIND (sym->st_info) != STB_LOCAL)
    [all...]
unstrip.c 878 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL)
879 - (GELF_ST_BIND (s1->info.info) == STB_LOCAL));
    [all...]
strip.c     [all...]
readelf.c     [all...]
  /external/elfutils/libelf/
gelf.h 130 #define GELF_ST_BIND(val) ELF64_ST_BIND (val)
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 108 /* Return GELF_ST_BIND as higher-is-better integer. */
112 switch (GELF_ST_BIND (symp->st_info))
173 GELF_ST_BIND preference. If all are equal prefer
relocate.c 276 || GELF_ST_BIND (sym->st_info) == STB_LOCAL

Completed in 632 milliseconds