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

/freebsd-10-stable/contrib/binutils/bfd/
H A DpeXXigen.c1072 asection *rel_section = bfd_get_section_by_name (abfd, ".reldata");
1124 if (rel_section != 0 && rel_section->size != 0)
1139 if (!bfd_malloc_and_get_section (abfd, rel_section, &data))
1146 offset = abfd->start_address - rel_section->vma;
1148 if (offset >= rel_section->size || offset + 8 > rel_section->size)
1071 asection *rel_section = bfd_get_section_by_name (abfd, ".reldata"); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1483 Section *rel_section = section_list->FindSectionByID(rel_id).get();
1484 if (!rel_section)
1501 if (!ReadSectionData(rel_section, rel_data))

Completed in 109 milliseconds