Searched refs:SHT_RELA (Results 1 – 13 of 13) sorted by relevance
32 || (((shdr)->sh_type == SHT_RELA || (shdr)->sh_type == SHT_REL) \62 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
189 case SHT_RELA: in __elfw2()
67 [SHT_RELA] = { ELF_T_RELA, sizeof (ElfW2(Bits,Rela)) \
316 #define SHT_RELA 4 /* Relocation entries with addends */ macro
268 #define SHT_RELA 4 macro
240 #define SHT_RELA 4 macro
417 if (h->type == SHT_REL || h->type == SHT_RELA) in main()1154 if (h->type == SHT_REL || h->type == SHT_RELA) in collect_sections()
705 || shdr_info[cnt].shdr.sh_type == SHT_RELA) in handle_elf()1295 || shdr_info[cnt].shdr.sh_type == SHT_RELA) in handle_elf()
837 && ((shdr->sh_type != SHT_RELA && shdr->sh_type != SHT_REL) in mark_section_group()1218 || shdr->sh_type == SHT_RELA in add_relocatable_file()2239 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections()2924 || ld_state.allsections[cnt]->type == SHT_RELA) in ld_generic_create_sections()4058 if (head->type == SHT_REL || head->type == SHT_RELA) in ld_generic_create_outfile()
1828 { ".rela", 5, SHT_RELA, atleast, 0, SHF_ALLOC }, // XXX more tests2234 case SHT_RELA: in check_sections()
1284 else if (shdr->sh_type == SHT_RELA) in print_relocs()
693 shdr_info[cnt].shdr.sh_type != SHT_RELA) { in adjust_elf()699 shdr_info[cnt].shdr.sh_type == SHT_RELA) { in adjust_elf()1137 shdr_info[cnt].shdr.sh_type == SHT_RELA)) in adjust_elf()1444 ASSERT((relsect_info->shdr.sh_type == SHT_REL || relsect_info->shdr.sh_type == SHT_RELA) && in update_relocations_section_offsets()1491 FAILIF(relsect_info->shdr.sh_type == SHT_RELA, in update_relocations_section_offsets()
1020 #define SHT_RELA 4 macro