Searched refs:is_section_symbol (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-m68hc1x.c | 956 bfd_boolean is_section_symbol = FALSE; in elf32_m68hc11_relocate_section() local 982 is_section_symbol = ELF_ST_TYPE (sym->st_info) & STT_SECTION; in elf32_m68hc11_relocate_section() 1223 if (!is_xgate_symbol && !is_section_symbol) in elf32_m68hc11_relocate_section()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | output.h | 1045 bool is_symbolless, bool is_section_symbol, 1051 bool is_symbolless, bool is_section_symbol, 1287 bool is_symbolless, bool is_section_symbol, in Output_reloc() argument 1290 is_symbolless, is_section_symbol, use_plt_offset), in Output_reloc() 1298 bool is_symbolless, bool is_section_symbol, in Output_reloc() argument 1301 is_symbolless, is_section_symbol, use_plt_offset), in Output_reloc()
|
D | object.h | 1718 gold_assert(!this->is_section_symbol()); in set_needs_output_dynsym_entry() 1778 is_section_symbol() const in is_section_symbol() function
|
D | output.cc | 763 bool is_section_symbol, in Output_reloc() argument 767 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc() 789 bool is_section_symbol, in Output_reloc() argument 793 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
|
D | object.cc | 2333 else if (!lv_in->is_section_symbol()) in compute_final_local_value_internal() 2376 || (lv_in->is_section_symbol() in compute_final_local_value_internal()
|
D | aarch64.cc | 3955 if (psymval->is_section_symbol()) in scan_reloc_section_for_stubs()
|
D | arm.cc | 12019 if (psymval->is_section_symbol()) in scan_reloc_section_for_stubs()
|