Searched refs:asym_ptr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c4615 asymbol *asym_ptr = *asym_ptr_ptr;
4617 flagword flags = asym_ptr->flags;
4624 if (asym_ptr->udata.i == 0
4626 && asym_ptr->section)
4630 if (asym_ptr->section->output_section != NULL)
4631 indx = asym_ptr->section->output_section->index;
4633 indx = asym_ptr->section->index;
4636 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i;
4639 idx = asym_ptr->udata.i;
4647 bfd_archive_filename (abfd), bfd_asymbol_name (asym_ptr));
4610 asymbol *asym_ptr = *asym_ptr_ptr; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c5255 asymbol *asym_ptr = *asym_ptr_ptr;
5257 flagword flags = asym_ptr->flags;
5264 if (asym_ptr->udata.i == 0
5266 && asym_ptr->section)
5270 if (asym_ptr->section->output_section != NULL)
5271 indx = asym_ptr->section->output_section->index;
5273 indx = asym_ptr->section->index;
5276 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i;
5279 idx = asym_ptr->udata.i;
5287 abfd, bfd_asymbol_name (asym_ptr));
5250 asymbol *asym_ptr = *asym_ptr_ptr; local
[all...]

Completed in 150 milliseconds