Searched refs:merge_symbol (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-bfd.h | 1212 bfd_boolean (*merge_symbol) (struct elf_link_hash_entry *, member
|
D | ChangeLog-2013 | 2078 * elf-bfd.h (struct elf_backend_data <merge_symbol>): Update proto. 2083 * elflink.c (_bfd_elf_merge_symbol): Update bed->merge_symbol call.
|
D | ChangeLog-2005 | 1323 common_section_index, common_section, and merge_symbol. 1330 * elflink.c (_bfd_elf_merge_symbol): Call backend merge_symbol 1346 common_section, and merge_symbol.
|
D | elflink.c | 1325 if (bed->merge_symbol != NULL) in _bfd_elf_merge_symbol() 1327 if (!bed->merge_symbol (h, sym, psec, newdef, olddef, oldbfd, oldsec)) in _bfd_elf_merge_symbol()
|