Home
last modified time | relevance | path

Searched refs:SHT_DYNAMIC (Results 1 – 17 of 17) sorted by relevance

/external/elfutils/backends/
Dalpha_symbol.c101 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()
Dsparc_symbol.c89 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()
Dppc_symbol.c94 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL) in find_dyn_got()
/external/qemu/elff/
Delff_elf.h268 #define SHT_DYNAMIC 6 macro
/external/kernel-headers/original/linux/
Delf.h242 #define SHT_DYNAMIC 6 macro
/external/elfutils/libelf/
Delf32_updatenull.c246 case SHT_DYNAMIC: in __elfw2()
Delf_getdata.c81 [SHT_DYNAMIC] = ELF_T_DYN,
Delf.h329 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro
/external/elfutils/src/
Dfindtextrel.c277 if (shdr->sh_type == SHT_DYNAMIC) in process_file()
Delflint.c1006 if (rcshdr->sh_type == SHT_DYNAMIC) in is_rel_dyn()
1224 if (dynshdr != NULL && dynshdr->sh_type == SHT_DYNAMIC in check_reloc_shdr()
2784 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL) in unknown_dependency_p()
3321 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE },
3762 case SHT_DYNAMIC: in check_sections()
4096 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC) in check_program_header()
Dldgeneric.c1238 else if (unlikely (shdr->sh_type == SHT_DYNAMIC)) in add_relocatable_file()
2473 new_generated_scn (scn_dot_dynamic, ".dynamic", SHT_DYNAMIC, in ld_generic_generate_sections()
Dreadelf.c1422 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC) in print_dynamic()
/external/llvm/include/llvm/Support/
DELF.h818 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/external/qemu/
Delf.h1070 #define SHT_DYNAMIC 6 macro
/external/llvm/include/llvm/Object/
DELF.h904 case ELF::SHT_DYNAMIC:
1866 case ELF::SHT_DYNAMIC: {
/external/llvm/lib/MC/
DELFObjectWriter.cpp1270 case ELF::SHT_DYNAMIC: in WriteSection()
/external/valgrind/main/perf/
Dtinycc.c346 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro
6829 case SHT_DYNAMIC: in new_section()
19268 dynamic = new_section(s1, ".dynamic", SHT_DYNAMIC, in tcc_output_file()
20242 case SHT_DYNAMIC: in tcc_load_dll()