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

  /external/elfutils/0.153/libdwfl/
dwfl_module_addrsym.c 134 || (GELF_ST_BIND (closest_sym->st_info)
135 < GELF_ST_BIND (sym.st_info)))
162 && (GELF_ST_BIND (closest_sym->st_info)
163 <= GELF_ST_BIND (sym.st_info)))
relocate.c 258 || GELF_ST_BIND (sym->st_info) == STB_LOCAL
  /external/elfutils/0.153/src/
nm.c 869 GELF_ST_BIND (syms[cnt].sym.st_info),
891 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL;
907 && GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE)
994 bool is_weak = GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK;
1111 : (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK
    [all...]
elflint.c 730 if (GELF_ST_BIND (sym->st_info) >= STB_NUM
731 && !ebl_symbol_binding_name (ebl, GELF_ST_BIND (sym->st_info), NULL,
736 if (GELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE
870 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL)
886 && GELF_ST_BIND (sym->st_info) != STB_LOCAL)
    [all...]
xelf.h 389 # define XELF_ST_BIND(info) GELF_ST_BIND (info)
unstrip.c 841 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL)
842 - (GELF_ST_BIND (s1->info.info) == STB_LOCAL));
    [all...]
strip.c     [all...]
readelf.c     [all...]
  /external/elfutils/0.153/libelf/
gelf.h 148 #define GELF_ST_BIND(val) ELF64_ST_BIND (val)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 938 GELF_ST_BIND(sym.st_info), elf_name);

Completed in 274 milliseconds