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

  /external/elfutils/src/
nm.c 807 GELF_ST_BIND (syms[cnt].sym.st_info),
825 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL;
886 ? (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK
895 ? (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK
945 ? (GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK ? "*" : " ")
1061 || (hide_local && GELF_ST_BIND (sym->st_info) == STB_LOCAL))
1073 && GELF_ST_BIND (sym->st_info) != STB_LOCAL
    [all...]
xelf.h 377 # define XELF_ST_BIND(info) GELF_ST_BIND (info)
elflint.c 723 if (GELF_ST_BIND (sym->st_info) >= STB_NUM)
837 if (GELF_ST_BIND (sym->st_info) == STB_LOCAL)
853 && GELF_ST_BIND (sym->st_info) != STB_LOCAL)
    [all...]
strip.c     [all...]
readelf.c     [all...]
  /build/tools/lsd/
lsd.c 306 (GELF_ST_BIND(sym->st_info) == STB_GLOBAL ||
307 GELF_ST_BIND(sym->st_info) == STB_WEAK)) {
449 (GELF_ST_BIND(lib_sym->st_info) == STB_GLOBAL ||
450 GELF_ST_BIND(lib_sym->st_info) == STB_WEAK))
  /external/elfutils/libelf/
gelf.h 115 #define GELF_ST_BIND(val) ELF64_ST_BIND (val)
  /build/tools/apriori/
apriori.c     [all...]
  /external/elfcopy/
elfcopy.c 470 if (GELF_ST_BIND(sym->st_info) == STB_LOCAL)
526 if (GELF_ST_BIND(sym->st_info) == STB_LOCAL)
566 if (GELF_ST_BIND (sym->st_info) != STB_LOCAL) {
577 } else FAILIF(0 && GELF_ST_BIND (sym->st_info) == STB_LOCAL,
    [all...]

Completed in 131 milliseconds