Searched refs:sym_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp712 SymbolType sym_type = sc.symbol->GetType(); local
713 if (sc.symbol && (sym_type == eSymbolTypeCode ||
714 sym_type == eSymbolTypeResolver))
736 SymbolType sym_type = sc.symbol->GetType(); local
737 if (sc.symbol && (sym_type == eSymbolTypeCode ||
738 sym_type == eSymbolTypeResolver))
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-spu.c927 unsigned int sym_type; local
975 sym_type = h->type;
980 sym_type = ELF_ST_TYPE (sym->st_info);
986 if (sym_type != STT_FUNC)
H A Delf32-ppc.c5194 unsigned char sym_type;
5242 sym_type = ELF_ST_TYPE (isym->st_info);
5289 sym_type = h->type;
5321 if (sym_type == STT_SECTION)
5328 if (sym_type != STT_SECTION)
5181 unsigned char sym_type; local
H A Delf32-arm.c6398 char sym_type; local
6420 sym_type = ELF32_ST_TYPE (sym->st_info);
6476 sym_type = h->type;
6522 && IS_ARM_TLS_RELOC (r_type) != (sym_type == STT_TLS))
6525 ((sym_type == STT_TLS
H A Delf64-ppc.c9846 char sym_type;
9883 sym_type = ELF64_ST_TYPE (sym->st_info);
9912 sym_type = h_elf->type;
9969 && IS_PPC64_TLS_RELOC (r_type) != (sym_type == STT_TLS))
9976 (sym_type == STT_TLS
9842 char sym_type; local

Completed in 316 milliseconds