Home
last modified time | relevance | path

Searched refs:rel_section (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2558 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols() local
2559 if (!rel_section) in ParseTrampolineSymbols()
2576 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols()
2598 Section *rel_section) { in ApplyELF64ABS64Relocation() argument
2607 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation()
2616 Section *rel_section, bool is_signed) { in ApplyELF64ABS32Relocation() argument
2634 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation()
2644 DataExtractor &debug_data, Section *rel_section) { in ApplyRelocations() argument
2663 rel_section->GetName().AsCString(), i); in ApplyRelocations()
2674 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel); in ApplyRelocations()
[all …]
H A DObjectFileELF.h325 lldb_private::Section *rel_section);
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DpeXXigen.c1044 asection *rel_section = bfd_get_section_by_name (abfd, ".reldata"); in pe_print_idata() local
1096 if (rel_section != 0 && rel_section->size != 0) in pe_print_idata()
1111 if (!bfd_malloc_and_get_section (abfd, rel_section, &data)) in pe_print_idata()
1118 offset = abfd->start_address - rel_section->vma; in pe_print_idata()
1120 if (offset >= rel_section->size || offset + 8 > rel_section->size) in pe_print_idata()
H A DChangeLog-20054009 * elf32-ppc.c (struct elf_linker_section): Remove rel_section.
4010 (ppc_elf_create_linker_section): Don't create rel_section.
H A DChangeLog-96971938 bss_section and rel_section from existing sections.
6271 section if the rel_section field has been set up.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DpeXXigen.c1106 asection *rel_section = bfd_get_section_by_name (abfd, ".reldata"); local
1159 if (rel_section != 0 && bfd_section_size (abfd, rel_section) != 0)
1174 amt = bfd_section_size (abfd, rel_section);
1179 bfd_get_section_contents (abfd, rel_section, (PTR) data, (bfd_vma) 0,
1182 offset = abfd->start_address - rel_section->vma;
H A Delf32-ppc.c87 asection *rel_section; member
2376 if (lsect->rel_section) in elf_create_pointer_linker_section()
2377 lsect->rel_section->_raw_size += sizeof (Elf32_External_Rela); in elf_create_pointer_linker_section()
2412 BFD_ASSERT (lsect->rel_section != NULL); in elf_create_pointer_linker_section()
2413 lsect->rel_section->_raw_size += sizeof (Elf32_External_Rela); in elf_create_pointer_linker_section()
2524 asection *srel = lsect->rel_section; in elf_finish_pointer_linker_section()
2672 lsect->rel_section = s; in ppc_elf_create_linker_section()
H A Delflink.h7609 if (lsect->rel_section)
7610 lsect->rel_section->_raw_size += sizeof (Elf_External_Rela);
7648 BFD_ASSERT (lsect->rel_section != NULL);
7649 lsect->rel_section->_raw_size += sizeof (Elf_External_Rela);
7783 asection *srel = lsect->rel_section;
7795 lsect->rel_section = srel;
H A DChangeLog-96971938 bss_section and rel_section from existing sections.
6271 section if the rel_section field has been set up.