Lines Matching full:rel_section
1279 asection *rel_section = bfd_get_section_by_name (abfd, ".reldata");
1337 if (rel_section != 0 && rel_section->size != 0)
1352 if (!bfd_malloc_and_get_section (abfd, rel_section, &data))
1359 offset = abfd->start_address - rel_section->vma;
1361 if (offset >= rel_section->size || offset + 8 > rel_section->size)