Searched refs:st_type (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | incremental.cc | 2158 elfcpp::STT st_type = gsym.get_st_type(); in do_add_symbols() local 2180 if (st_type != elfcpp::STT_TLS) in do_add_symbols() 2189 osym.put_st_info(st_bind, st_type); in do_add_symbols() 2209 v, symsize, st_type, st_bind, in do_add_symbols() 2222 os, v, symsize, st_type, st_bind, in do_add_symbols() 2628 static_cast<elfcpp::STT>(lsym.st_type)); in do_relocate() 2643 static_cast<elfcpp::STT>(lsym.st_type)); in do_relocate() 2764 elfcpp::STT st_type = gsym.get_st_type(); in do_add_symbols() local 2788 osym.put_st_info(st_bind, st_type); in do_add_symbols()
|
D | incremental.h | 1843 st_type(type_), output_dynsym_index(0), in Local_symbol() 1855 unsigned int st_type : 4; member
|
D | arm.cc | 6547 elfcpp::STT st_type = sym.get_st_type(); in do_count_local_symbols() local 6565 if (st_type == elfcpp::STT_ARM_TFUNC in do_count_local_symbols() 6566 || (st_type == elfcpp::STT_FUNC && ((input_value & 1) != 0))) in do_count_local_symbols()
|
D | ChangeLog | 1827 * resolve.cc (Symbol::override_base): Don't override st_type
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | datal32-3.d | 6 # We should have the st_type field of each symbol displayed too, so we can
|
D | datal64-3.d | 6 # We should have the st_type field of each symbol displayed too, so we can
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfnn-aarch64.c | 1661 unsigned char st_type; member 2185 unsigned char st_type, in aarch64_type_of_stub() argument 2196 if (st_type != STT_FUNC) in aarch64_type_of_stub() 3543 unsigned char st_type; in elfNN_aarch64_size_stubs() local 3603 st_type = ELF_ST_TYPE (sym->st_info); in elfNN_aarch64_size_stubs() 3679 st_type = ELF_ST_TYPE (hash->root.type); in elfNN_aarch64_size_stubs() 3685 (info, section, irela, st_type, hash, destination); in elfNN_aarch64_size_stubs() 3720 stub_entry->st_type = st_type; in elfNN_aarch64_size_stubs()
|
D | elf32-arm.c | 3632 unsigned char st_type, in arm_type_of_stub() argument 3707 st_type = STT_FUNC; in arm_type_of_stub() 3712 BFD_ASSERT (st_type != STT_GNU_IFUNC); in arm_type_of_stub() 5115 unsigned char st_type; in elf32_arm_size_stubs() local 5173 st_type = STT_FUNC; in elf32_arm_size_stubs() 5215 st_type = ELF_ST_TYPE (sym->st_info); in elf32_arm_size_stubs() 5290 st_type = hash->root.type; in elf32_arm_size_stubs() 5299 st_type, &branch_type, in elf32_arm_size_stubs() 8193 unsigned char st_type, in elf32_arm_final_link_relocate() argument 8287 dynreloc_st_type = st_type; in elf32_arm_final_link_relocate() [all …]
|
D | ChangeLog-2011 | 2912 (arm_type_of_stub): Add an st_type argument. Use elf32_arm_get_plt_info 2923 (elf32_arm_final_link_relocate): Add an st_type parameter. 2925 to record which st_value and st_type should be used when generating 2998 * elf32-arm.c (elf32_arm_stub_hash_entry): Replace st_type with
|
D | ChangeLog-2010 | 2821 * elf32-arm.c (a8_erratum_fix): Add st_type field to record the 2825 (arm_type_of_stub): Update prototype, st_type can now be updated
|
D | ChangeLog-0203 | 10555 st_type STT_DATALABEL on the way to a symbol with st_other 10564 symbol with st_type STT_DATALABEL on the way to a symbol with
|