Searched refs:rel_section (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2558 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 D | ObjectFileELF.h | 325 lldb_private::Section *rel_section);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | peXXigen.c | 1044 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 D | ChangeLog-2005 | 4009 * elf32-ppc.c (struct elf_linker_section): Remove rel_section. 4010 (ppc_elf_create_linker_section): Don't create rel_section.
|
| H A D | ChangeLog-9697 | 1938 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 D | peXXigen.c | 1106 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 D | elf32-ppc.c | 87 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 D | elflink.h | 7609 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 D | ChangeLog-9697 | 1938 bss_section and rel_section from existing sections. 6271 section if the rel_section field has been set up.
|