Home
last modified time | relevance | path

Searched refs:SHT_REL (Results 1 – 14 of 14) 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.c209 case SHT_REL: in __elfw2()
Delf_getdata.c73 [SHT_REL] = { ELF_T_REL, sizeof (ElfW2(Bits,Rel)) \
Delf.h321 #define SHT_REL 9 /* Relocation entries, no addends */ macro
/external/qemu/elff/
Delf.h273 #define SHT_REL 9 macro
/external/kernel-headers/original/linux/
Delf.h245 #define SHT_REL 9 macro
/external/elfcopy/
Delfcopy.c692 if (shdr_info[cnt].shdr.sh_type != SHT_REL && in adjust_elf()
698 if (shdr_info[cnt].shdr.sh_type == SHT_REL || in adjust_elf()
1136 (shdr_info[cnt].shdr.sh_type == SHT_REL || in adjust_elf()
1355 if (relsect_info->shdr.sh_type == SHT_REL) { in update_relocations_section_symbol_references()
1444 ASSERT((relsect_info->shdr.sh_type == SHT_REL || relsect_info->shdr.sh_type == SHT_RELA) && in update_relocations_section_offsets()
1494 if (relsect_info->shdr.sh_type == SHT_REL) { in update_relocations_section_offsets()
/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.c704 if ((shdr_info[cnt].shdr.sh_type == SHT_REL in handle_elf()
1294 if (shdr_info[cnt].shdr.sh_type == SHT_REL in handle_elf()
1310 if (shdr_info[cnt].shdr.sh_type == SHT_REL) in handle_elf()
Dldgeneric.c837 && ((shdr->sh_type != SHT_RELA && shdr->sh_type != SHT_REL) in mark_section_group()
1219 || shdr->sh_type == SHT_REL in add_relocatable_file()
2239 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections()
2302 rel_type == SHT_REL in ld_generic_generate_sections()
2421 rel_type == SHT_REL in ld_generic_generate_sections()
2923 if ((ld_state.allsections[cnt]->type == SHT_REL in ld_generic_create_sections()
4058 if (head->type == SHT_REL || head->type == SHT_RELA) in ld_generic_create_outfile()
4081 int type = head->type == SHT_REL ? ELF_T_REL : ELF_T_RELA; in ld_generic_create_outfile()
Di386_ld.c496 assert (shdr->sh_type == SHT_REL); in elf_i386_count_relocations()
Delflint.c1829 { ".rel", 4, SHT_REL, atleast, 0, SHF_ALLOC }, // XXX more tests
2238 case SHT_REL: in check_sections()
Dreadelf.c1282 if (shdr->sh_type == SHT_REL) in print_relocs()
/external/qemu/
Delf.h1025 #define SHT_REL 9 macro