Home
last modified time | relevance | path

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

12

/external/elfutils/libebl/
Deblsectionstripp.c70 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL) in ebl_section_strip_p()
/external/elfutils/libelf/
Delf-knowledge.h84 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
Delf32_updatenull.c249 case SHT_REL: in __elfw2()
Delf_getdata.c82 [SHT_REL] = ELF_T_REL,
Delf.h332 #define SHT_REL 9 /* Relocation entries, no addends */ macro
/external/qemu/elff/
Delff_elf.h271 #define SHT_REL 9 macro
/external/elfutils/libdwfl/
Dderelocate.c145 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in cache_sections()
205 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)) in cache_sections()
Drelocate.c456 if (shdr->sh_type == SHT_REL) in relocate_section()
529 if (shdr->sh_type == SHT_REL) in relocate_section()
590 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in __libdwfl_relocate()
/external/llvm/lib/MC/
DELFObjectWriter.cpp597 Section.getType() == ELF::SHT_REL || in WriteSymbolTable()
844 Section.getType() == ELF::SHT_REL || in ComputeIndexMap()
999 ELF::SHT_RELA : ELF::SHT_REL, 0, in CreateRelocationSections()
1266 case ELF::SHT_REL: in WriteSection()
1277 unsigned SecNameLen = (Section.getType() == ELF::SHT_REL) ? 4 : 5; in WriteSection()
1431 Section.getType() != ELF::SHT_REL && in ComputeSectionOrder()
1440 if (Section.getType() == ELF::SHT_REL || in ComputeSectionOrder()
/external/elfutils/src/
Dfindtextrel.c401 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in process_file()
415 if (shdr->sh_type == SHT_REL) in process_file()
Delfcmp.c603 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA) in search_for_copy_reloc()
613 if (shdr->sh_type == SHT_REL) in search_for_copy_reloc()
Dobjdump.c554 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in show_relocs()
598 if (shdr->sh_type == SHT_REL) in show_relocs()
Dld.c436 if (h->type == SHT_REL || h->type == SHT_RELA) in main()
1247 if (h->type == SHT_REL || h->type == SHT_RELA) in collect_sections()
Dstrip.c713 if ((shdr_info[cnt].shdr.sh_type == SHT_REL in handle_elf()
1336 case SHT_REL: in handle_elf()
1350 if (shdr_info[cnt].shdr.sh_type == SHT_REL) in handle_elf()
Dldgeneric.c896 && ((shdr->sh_type != SHT_RELA && shdr->sh_type != SHT_REL) in mark_section_group()
1363 || shdr->sh_type == SHT_REL in add_relocatable_file()
2444 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections()
2512 rel_type == SHT_REL in ld_generic_generate_sections()
2634 rel_type == SHT_REL in ld_generic_generate_sections()
3141 if ((ld_state.allsections[cnt]->type == SHT_REL in ld_generic_create_sections()
4745 if (head->type == SHT_REL || head->type == SHT_RELA) in ld_generic_create_outfile()
4768 int type = head->type == SHT_REL ? ELF_T_REL : ELF_T_RELA; in ld_generic_create_outfile()
Dunstrip.c401 case SHT_REL: in adjust_relocs()
1120 && undo_sec->shdr.sh_type == SHT_REL in find_alloc_sections_prelink()
1781 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)) in copy_elided_sections()
Di386_ld.c544 assert (shdr->sh_type == SHT_REL); in elf_i386_count_relocations()
Delflint.c2561 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in has_copy_reloc()
2574 if (shdr->sh_type == SHT_REL) in has_copy_reloc()
3336 { ".rel", 4, SHT_REL, atleast, 0, SHF_ALLOC }, // XXX more tests
3758 case SHT_REL: in check_sections()
/external/llvm/include/llvm/Object/
DELF.h1225 case ELF::SHT_REL : {
1253 case ELF::SHT_REL : {
1276 case ELF::SHT_REL : {
1298 case ELF::SHT_REL : {
1323 case ELF::SHT_REL : {
1434 case ELF::SHT_REL : {
1457 case ELF::SHT_REL : {
1582 case ELF::SHT_REL:
/external/kernel-headers/original/linux/
Delf.h245 #define SHT_REL 9 macro
/external/valgrind/main/VEX/unused/
Dlinker.c739 if (shdr[shnum].sh_type == SHT_REL ) { in ocResolve_ELF()
851 if (shdr[i].sh_type == SHT_REL) { in ocVerifyImage_ELF()
/external/valgrind/main/VEX/switchback/
Dlinker.c897 if (shdr[shnum].sh_type == SHT_REL ) {
1012 if (shdr[i].sh_type == SHT_REL) {
/external/llvm/include/llvm/Support/
DELF.h730 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator
/external/qemu/
Delf.h1073 #define SHT_REL 9 macro
/external/valgrind/main/perf/
Dtinycc.c349 #define SHT_REL 9 /* Relocation entries, no addends */ macro
6826 case SHT_REL: in new_section()
18362 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags); in put_elf_reloc()
18467 if (sr->sh_type == SHT_REL && sr->link == s) { in sort_syms()
18927 if (s->sh_type != SHT_REL) in build_got_entries()
19446 s->sh_type == SHT_REL && in tcc_output_file()
19528 } else if (s->sh_type == SHT_REL) { in tcc_output_file()
19555 if (s->sh_type == SHT_REL) { in tcc_output_file()
19717 s->sh_type == SHT_REL) { in tcc_output_file()
19935 sh->sh_type != SHT_REL && in tcc_load_object_file()
[all …]

12