Searched refs:sym_type (Results 1 – 9 of 9) sorted by relevance
265 enum mmo_sym_type sym_type; member1152 mmo_sym_type sym_type, unsigned int serno) in mmo_create_symbol() argument1167 n->sym_type = sym_type; in mmo_create_symbol()1315 enum mmo_sym_type sym_type; in mmo_get_symbols() local1351 sym_type = mmo_reg_sym; in mmo_get_symbols()1362 sym_type = mmo_undef_sym; in mmo_get_symbols()1364 sym_type = mmo_abs_sym; in mmo_get_symbols()1374 sym_type = mmo_data_sym; in mmo_get_symbols()1391 addr, sym_type, serno)) in mmo_get_symbols()2134 if (s->sym_type == mmo_data_sym) in mmo_canonicalize_symtab()[all …]
5047 unsigned char sym_type; in ppc_elf_relax_section() local5095 sym_type = ELF_ST_TYPE (isym->st_info); in ppc_elf_relax_section()5142 sym_type = h->type; in ppc_elf_relax_section()5174 if (sym_type == STT_SECTION) in ppc_elf_relax_section()5181 if (sym_type != STT_SECTION) in ppc_elf_relax_section()
4448 char sym_type; in elf32_arm_relocate_section() local4492 sym_type = ELF32_ST_TYPE (sym->st_info); in elf32_arm_relocate_section()4547 sym_type = h->type; in elf32_arm_relocate_section()4565 && IS_ARM_TLS_RELOC (r_type) != (sym_type == STT_TLS)) in elf32_arm_relocate_section()4568 ((sym_type == STT_TLS in elf32_arm_relocate_section()
9790 char sym_type; in ppc64_elf_relocate_section() local9827 sym_type = ELF64_ST_TYPE (sym->st_info); in ppc64_elf_relocate_section()9860 sym_type = h_elf->type; in ppc64_elf_relocate_section()9902 && IS_PPC64_TLS_RELOC (r_type) != (sym_type == STT_TLS)) in ppc64_elf_relocate_section()9909 (sym_type == STT_TLS in ppc64_elf_relocate_section()
265 enum mmo_sym_type sym_type; member1247 mmo_create_symbol (abfd, symname, addr, sym_type, serno) in mmo_create_symbol() argument1251 enum mmo_sym_type sym_type;1267 n->sym_type = sym_type;1416 enum mmo_sym_type sym_type; local1452 sym_type = mmo_reg_sym;1463 sym_type = mmo_undef_sym;1465 sym_type = mmo_abs_sym;1475 sym_type = mmo_data_sym;1492 addr, sym_type, serno))[all …]
7443 char sym_type; in ppc64_elf_relocate_section() local7477 sym_type = ELF64_ST_TYPE (sym->st_info); in ppc64_elf_relocate_section()7495 sym_type = h->type; in ppc64_elf_relocate_section()7536 && IS_PPC64_TLS_RELOC (r_type) != (sym_type == STT_TLS)) in ppc64_elf_relocate_section()7543 (sym_type == STT_TLS in ppc64_elf_relocate_section()
107 u_int sym_type : 8; member
891 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local892 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()893 sym_type == eSymbolTypeResolver)) in FindFunctions()913 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions() local915 (sym_type == eSymbolTypeCode || in FindFunctions()916 sym_type == eSymbolTypeResolver)) { in FindFunctions()
692 SymbolType sym_type = lldb::eSymbolTypeData) { in ExtractRuntimeGlobalSymbol() argument