Searched refs:elf_symbol_from (Results 1 – 14 of 14) sorted by relevance
/dragonfly/contrib/binutils-2.27/ld/ |
H A D | plugin.c | 411 elf_symbol_type *elfsym = elf_symbol_from (abfd, asym); in asymbol_from_plugin_symbol()
|
/dragonfly/contrib/binutils-2.34/ld/ |
H A D | plugin.c | 417 elf_symbol_type *elfsym = elf_symbol_from (abfd, asym); in asymbol_from_plugin_symbol()
|
/dragonfly/contrib/binutils-2.34/binutils/ |
H A D | nm.c | 885 info.elfinfo = elf_symbol_from (abfd, sym); in print_symbol()
|
H A D | objcopy.c | 1445 elf_sym = elf_symbol_from (sym->the_bfd, sym); in is_hidden_symbol()
|
/dragonfly/contrib/binutils-2.27/binutils/ |
H A D | nm.c | 868 info.elfinfo = elf_symbol_from (abfd, sym); in print_symbol()
|
H A D | objcopy.c | 1307 elf_sym = elf_symbol_from (sym->the_bfd, sym); in is_hidden_symbol()
|
/dragonfly/contrib/gdb-7/bfd/ |
H A D | elf-bfd.h | 634 #define elf_symbol_from(ABFD,S) \ macro
|
H A D | elf.c | 3269 type_ptr = elf_symbol_from (abfd, sym); in ignore_section_sym() 6593 isym = elf_symbol_from (ibfd, isymarg); in _bfd_elf_copy_private_symbol_data() 6594 osym = elf_symbol_from (obfd, osymarg); in _bfd_elf_copy_private_symbol_data() 6738 type_ptr = elf_symbol_from (abfd, syms[idx]); in swap_out_syms()
|
/dragonfly/contrib/binutils-2.27/bfd/ |
H A D | elf-bfd.h | 697 #define elf_symbol_from(ABFD,S) \ macro
|
H A D | elf.c | 3884 type_ptr = elf_symbol_from (abfd, sym); in ignore_section_sym() 7362 isym = elf_symbol_from (ibfd, isymarg); in _bfd_elf_copy_private_symbol_data() 7363 osym = elf_symbol_from (obfd, osymarg); in _bfd_elf_copy_private_symbol_data() 7526 type_ptr = elf_symbol_from (abfd, syms[idx]); in swap_out_syms()
|
/dragonfly/contrib/binutils-2.34/bfd/ |
H A D | elf-bfd.h | 755 #define elf_symbol_from(ABFD,S) \ macro
|
H A D | elf.c | 4123 type_ptr = elf_symbol_from (abfd, sym); in ignore_section_sym() 7977 isym = elf_symbol_from (ibfd, isymarg); in _bfd_elf_copy_private_symbol_data() 7978 osym = elf_symbol_from (obfd, osymarg); in _bfd_elf_copy_private_symbol_data() 8141 type_ptr = elf_symbol_from (abfd, syms[idx]); in swap_out_syms()
|
/dragonfly/contrib/binutils-2.34/gas/config/ |
H A D | obj-elf.c | 486 elfsym = elf_symbol_from (bfd_asymbol_bfd (bfdsym), bfdsym); in obj_elf_visibility()
|
/dragonfly/contrib/binutils-2.27/gas/config/ |
H A D | obj-elf.c | 483 elfsym = elf_symbol_from (bfd_asymbol_bfd (bfdsym), bfdsym); in obj_elf_visibility()
|