Home
last modified time | relevance | path

Searched refs:SHT_RELA (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/libelf/
Delf-knowledge.h32 || (((shdr)->sh_type == SHT_RELA || (shdr)->sh_type == SHT_REL) \
62 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
Delf32_updatenull.c189 case SHT_RELA: in __elfw2()
Delf_getdata.c67 [SHT_RELA] = { ELF_T_RELA, sizeof (ElfW2(Bits,Rela)) \
Delf.h316 #define SHT_RELA 4 /* Relocation entries with addends */ macro
/external/qemu/elff/
Delf.h268 #define SHT_RELA 4 macro
/external/kernel-headers/original/linux/
Delf.h240 #define SHT_RELA 4 macro
/external/elfutils/src/
Dld.c417 if (h->type == SHT_REL || h->type == SHT_RELA) in main()
1154 if (h->type == SHT_REL || h->type == SHT_RELA) in collect_sections()
Dstrip.c705 || shdr_info[cnt].shdr.sh_type == SHT_RELA) in handle_elf()
1295 || shdr_info[cnt].shdr.sh_type == SHT_RELA) in handle_elf()
Dldgeneric.c837 && ((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()
Delflint.c1828 { ".rela", 5, SHT_RELA, atleast, 0, SHF_ALLOC }, // XXX more tests
2234 case SHT_RELA: in check_sections()
Dreadelf.c1284 else if (shdr->sh_type == SHT_RELA) in print_relocs()
/external/elfcopy/
Delfcopy.c693 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()
/external/qemu/
Delf.h1020 #define SHT_RELA 4 macro