Searched refs:ELF_ST_BIND (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/dtrace-147/sys/
H A Dmachelf.h76 #define ELF_ST_BIND ELF64_ST_BIND macro
121 #define ELF_ST_BIND ELF32_ST_BIND macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h439 #define ELF_ST_BIND(val) (((unsigned int)(val)) >> 4) macro
445 #define ELF32_ST_BIND ELF_ST_BIND
448 #define ELF64_ST_BIND ELF_ST_BIND
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf64-sparc.c496 p->bind = ELF_ST_BIND (sym->st_info);
503 && ELF_ST_BIND (sym->st_info) == STB_GLOBAL)
H A Delflink.c844 bind = ELF_ST_BIND (sym->st_info);
2783 if (ELF_ST_BIND (sym->st_info) != STB_GLOBAL
2784 && ELF_ST_BIND (sym->st_info) < STB_LOOS)
3675 bind = ELF_ST_BIND (isym->st_info);
6404 is_local = ELF_ST_BIND(sym->st_info) == STB_LOCAL;
6448 if (ELF_ST_BIND (sym->st_info) != STB_LOCAL)
7551 if (ELF_ST_BIND (isym->st_info) == STB_LOCAL
7824 && (ELF_ST_BIND (sym.st_info) == STB_GLOBAL
7825 || ELF_ST_BIND (sym.st_info) == STB_WEAK))
7840 && ELF_ST_BIND (sy
[all...]
H A Delf32-mep.c715 && ELF_ST_BIND (sym->st_info) != STB_LOCAL)
H A Delf32-m32c.c930 switch (ELF_ST_BIND (isym->st_info))
H A Delf32-arm.c3261 && ELF_ST_BIND (isym->st_info) == STB_LOCAL)
8508 h->type = ELF_ST_INFO (ELF_ST_BIND (h->type), STT_FUNC);
8648 h->type = ELF_ST_INFO (ELF_ST_BIND (h->type), STT_FUNC);
10385 dst->st_info = ELF_ST_INFO (ELF_ST_BIND (dst->st_info), STT_ARM_TFUNC);
10409 newsym.st_info = ELF_ST_INFO (ELF_ST_BIND (src->st_info), STT_FUNC);
H A Delfcode.h1212 switch (ELF_ST_BIND (isym->st_info))
H A Delf.c7080 && (ELF_ST_BIND (q->internal_elf_sym.st_info) == STB_LOCAL
H A Delf64-ppc.c4158 isym->st_info = ELF_ST_INFO (ELF_ST_BIND (isym->st_info), STT_FUNC);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c7126 printf (" %6s", get_symbol_binding (ELF_ST_BIND (psym->st_info)));
7198 printf (" %-6s", get_symbol_binding (ELF_ST_BIND (psym->st_info)));

Completed in 278 milliseconds