Home
last modified time | relevance | path

Searched refs:SHT_REL (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h322 #define SHT_REL 9 /* Relocation entries, no addends */ macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c652 || idx->shdr->sh_type == SHT_REL) in _bfd_elf_setup_group_pointers()
1944 case SHT_REL: in bfd_section_from_shdr()
1953 != (bfd_size_type) (hdr->sh_type == SHT_REL in bfd_section_from_shdr()
2016 if (elf_elfsections (abfd)[hdr->sh_info]->sh_type == SHT_REL in bfd_section_from_shdr()
2253 { ".rel", 4, -1, SHT_REL, 0 },
2326 || (rela && spec[i].type == SHT_REL))) in _bfd_elf_get_special_section()
2574 rel_hdr->sh_type = use_rela_p ? SHT_RELA : SHT_REL; in _bfd_elf_init_reloc_shdr()
2698 case SHT_REL: in elf_fake_sections()
3123 case SHT_REL: in assign_section_numbers()
3137 if (d->this_hdr.sh_type == SHT_REL) in assign_section_numbers()
[all …]
Delfcode.h724 || i_shdrp[shindex].sh_type == SHT_REL) in elf_object_p()
811 if ((elf_section_data (s)->this_hdr.sh_type == SHT_REL in elf_object_p()
900 else if (rela_hdr->sh_type == SHT_REL) in elf_write_relocs()
Delf64-mips.c2338 && (elf_section_data (s)->this_hdr.sh_type == SHT_REL in mips_elf64_canonicalize_dynamic_reloc()
Delflink.c7592 if (rel_hdr->sh_type == SHT_REL) in elf_reloc_link_order()
8468 case SHT_REL: dyn.d_tag = DT_RELCOUNT; break; in bfd_elf_final_link()
8574 type = SHT_REL; in bfd_elf_final_link()
Delf32-arm.c6311 ? SHT_REL : SHT_RELA); in elf32_arm_finish_dynamic_sections()
/mirbsd/src/sys/sys/
Dexec_elf.h250 #define SHT_REL 9 /* relation section without addends */ macro
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c2616 case SHT_REL: return "REL"; in get_section_type_name()
3936 else if (section->sh_type == SHT_REL) in process_section_headers()
4484 && section->sh_type != SHT_REL) in process_relocs()