Home
last modified time | relevance | path

Searched refs:internal_elf_sym (Results 1 – 25 of 36) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.h101 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_size)
105 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_size = (V))
110 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_value)
114 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_value = (V))
123 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_other = (V))
Dtc-hppa.h175 ? (((elf)->internal_elf_sym.st_info = ELF_ST_INFO \
176 (ELF_ST_BIND ((elf)->internal_elf_sym.st_info), STT_PARISC_MILLI)\
Dobj-elf.c247 return elf_symbol (symbol_get_bfdsym (sym))->internal_elf_sym.st_other; in elf_s_get_other()
487 elfsym->internal_elf_sym.st_other &= ~3; in obj_elf_visibility()
488 elfsym->internal_elf_sym.st_other |= visibility; in obj_elf_visibility()
Dtc-sparc.c4455 ->internal_elf_sym.st_info = in s_register()
4458 ->internal_elf_sym.st_shndx = SHN_UNDEF; in s_register()
4479 ->internal_elf_sym.st_info) != STT_REGISTER) in sparc_adjust_symtab()
4483 ->internal_elf_sym.st_shndx != SHN_UNDEF)) in sparc_adjust_symtab()
Dtc-ppc.c2285 elfsym->internal_elf_sym.st_other &= ~STO_PPC64_LOCAL_MASK; in ppc_elf_localentry()
2286 elfsym->internal_elf_sym.st_other |= encoded; in ppc_elf_localentry()
6316 if ((STO_PPC64_LOCAL_MASK & elfsym->internal_elf_sym.st_other) != 0) in ppc_force_relocation()
6352 if ((STO_PPC64_LOCAL_MASK & elfsym->internal_elf_sym.st_other) != 0) in ppc_fix_adjustable()
Dtc-xgate.c1012 elfsym->internal_elf_sym.st_target_internal = 1; in xgate_frob_symbol()
Dtc-hppa.c6643 elfsym->internal_elf_sym.st_info = in pa_type_args()
6644 ELF_ST_INFO (ELF_ST_BIND (elfsym->internal_elf_sym.st_info), in pa_type_args()
8609 esym->internal_elf_sym.st_size = in elf_hppa_final_processing()
/toolchain/binutils/binutils-2.25/ld/
Dplugin.c339 ((elf_symbol_type *) asym)->internal_elf_sym.st_shndx = SHN_COMMON; in asymbol_from_plugin_symbol()
340 ((elf_symbol_type *) asym)->internal_elf_sym.st_value = 1; in asymbol_from_plugin_symbol()
376 elfsym->internal_elf_sym.st_other in asymbol_from_plugin_symbol()
377 = (visibility | (elfsym->internal_elf_sym.st_other in asymbol_from_plugin_symbol()
/toolchain/binutils/binutils-2.25/opcodes/
Dsh64-dis.c32 (((elf_symbol_type *) (SYM))->internal_elf_sym.st_other & STO_SH5_ISA32)
490 info->symbols[0])->internal_elf_sym.st_other in sh64_get_contents_type_disasm()
Darm-dis.c4768 type = ELF_ST_TYPE (es->internal_elf_sym.st_info); in get_sym_code_type()
4773 if (ARM_SYM_BRANCH_TYPE (&es->internal_elf_sym) == ST_BRANCH_TO_THUMB) in get_sym_code_type()
5066 type = ELF_ST_TYPE (es->internal_elf_sym.st_info); in print_insn()
5068 is_thumb = ((ARM_SYM_BRANCH_TYPE (&es->internal_elf_sym) in print_insn()
Dmips-dis.c2383 && ELF_ST_IS_MIPS16 (symbol->internal_elf_sym.st_other)) in is_compressed_mode_p()
2385 && ELF_ST_IS_MICROMIPS (symbol->internal_elf_sym.st_other))) in is_compressed_mode_p()
Daarch64-dis.c2258 type = ELF_ST_TYPE (es->internal_elf_sym.st_info); in get_sym_code_type()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-cr16c.c847 indx = elfsym->internal_elf_sym.st_shndx; in elf32_cr16c_symbol_processing()
866 asym->value = elfsym->internal_elf_sym.st_size; in elf32_cr16c_symbol_processing()
883 asym->value = elfsym->internal_elf_sym.st_size; in elf32_cr16c_symbol_processing()
Delf64-sparc.c624 if (elfsym->internal_elf_sym.st_info in elf64_sparc_symbol_processing()
749 if (ELF_ST_TYPE (((elf_symbol_type *) symbol)->internal_elf_sym.st_info) in elf64_sparc_print_symbol_all()
753 reg = ((elf_symbol_type *) symbol)->internal_elf_sym.st_value; in elf64_sparc_print_symbol_all()
Delf.c1470 val = ((elf_symbol_type *) symbol)->internal_elf_sym.st_value; in bfd_elf_print_symbol()
1472 val = ((elf_symbol_type *) symbol)->internal_elf_sym.st_size; in bfd_elf_print_symbol()
1527 st_other = ((elf_symbol_type *) symbol)->internal_elf_sym.st_other; in bfd_elf_print_symbol()
3380 && type_ptr->internal_elf_sym.st_shndx != 0 in ignore_section_sym()
6746 && isym->internal_elf_sym.st_shndx != 0 in _bfd_elf_copy_private_symbol_data()
6752 shndx = isym->internal_elf_sym.st_shndx; in _bfd_elf_copy_private_symbol_data()
6763 osym->internal_elf_sym.st_shndx = shndx; in _bfd_elf_copy_private_symbol_data()
6897 || type_ptr->internal_elf_sym.st_value == 0) in swap_out_syms()
6900 sym.st_value = type_ptr->internal_elf_sym.st_value; in swap_out_syms()
6919 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0; in swap_out_syms()
[all …]
Delf32-v850.c2631 indx = elfsym->internal_elf_sym.st_shndx; in v850_elf_symbol_processing()
2675 asym->value = elfsym->internal_elf_sym.st_size; in v850_elf_symbol_processing()
2693 asym->value = elfsym->internal_elf_sym.st_size; in v850_elf_symbol_processing()
2711 asym->value = elfsym->internal_elf_sym.st_size; in v850_elf_symbol_processing()
Delf32-m32r.c1332 switch (elfsym->internal_elf_sym.st_shndx) in _bfd_m32r_elf_symbol_processing()
1349 asym->value = elfsym->internal_elf_sym.st_size; in _bfd_m32r_elf_symbol_processing()
Delf32-tic6x.c3053 switch (elfsym->internal_elf_sym.st_shndx) in elf32_tic6x_symbol_processing()
3070 asym->value = elfsym->internal_elf_sym.st_size; in elf32_tic6x_symbol_processing()
Delfxx-mips.c6719 switch (elfsym->internal_elf_sym.st_shndx) in _bfd_mips_elf_symbol_processing()
6747 || ELF_ST_TYPE (elfsym->internal_elf_sym.st_info) == STT_TLS in _bfd_mips_elf_symbol_processing()
6766 asym->value = elfsym->internal_elf_sym.st_size; in _bfd_mips_elf_symbol_processing()
6806 if (ELF_ST_TYPE (elfsym->internal_elf_sym.st_info) == STT_FUNC in _bfd_mips_elf_symbol_processing()
6811 elfsym->internal_elf_sym.st_other in _bfd_mips_elf_symbol_processing()
6812 = ELF_ST_SET_MICROMIPS (elfsym->internal_elf_sym.st_other); in _bfd_mips_elf_symbol_processing()
6814 elfsym->internal_elf_sym.st_other in _bfd_mips_elf_symbol_processing()
6815 = ELF_ST_SET_MIPS16 (elfsym->internal_elf_sym.st_other); in _bfd_mips_elf_symbol_processing()
Delf-bfd.h65 Elf_Internal_Sym internal_elf_sym; member
Delf32-score7.c2836 switch (elfsym->internal_elf_sym.st_shndx) in s7_bfd_score_elf_symbol_processing()
2857 asym->value = elfsym->internal_elf_sym.st_size; in s7_bfd_score_elf_symbol_processing()
Delf64-mmix.c2120 switch (elfsym->internal_elf_sym.st_shndx)
Delfcode.h1216 memcpy (&sym->internal_elf_sym, isym, sizeof (Elf_Internal_Sym)); in elf_slurp_symbol_table()
Delf32-score.c3031 switch (elfsym->internal_elf_sym.st_shndx) in s3_bfd_score_elf_symbol_processing()
3052 asym->value = elfsym->internal_elf_sym.st_size; in s3_bfd_score_elf_symbol_processing()
/toolchain/binutils/binutils-2.25/binutils/
Dnm.c68 (sym->elfinfo ? sym->elfinfo->internal_elf_sym.st_size: sym->ssize)
735 sz = ((elf_symbol_type *) sym)->internal_elf_sym.st_size; in sort_symbols_by_size()
1488 get_symbol_type (ELF_ST_TYPE (info->elfinfo->internal_elf_sym.st_info))); in print_symbol_info_sysv()

12