Searched refs:fptr_rel (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elfxx-ia64.c | 2076 asection *fptr_rel; local 2077 fptr_rel = bfd_make_section(dynobj, ".rela.opd"); 2078 if (fptr_rel == NULL 2079 || !bfd_set_section_flags (dynobj, fptr_rel, 2085 || !bfd_set_section_alignment (abfd, fptr_rel, 3)) 2091 ia64_info->rel_fptr_sec = fptr_rel;
|
| H A D | ChangeLog-0203 | 374 * elfxx-ia64.c (get_fptr): For fptr_rel, use dynobj not abfd.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elfxx-ia64.c | 2540 asection *fptr_rel; local 2541 fptr_rel = bfd_make_section_with_flags (dynobj, ".rela.opd", 2547 if (fptr_rel == NULL 2548 || !bfd_set_section_alignment (abfd, fptr_rel, 2555 ia64_info->rel_fptr_sec = fptr_rel;
|
| H A D | ChangeLog-0203 | 374 * elfxx-ia64.c (get_fptr): For fptr_rel, use dynobj not abfd.
|