Home
last modified time | relevance | path

Searched refs:SHT_DYNAMIC (Results 1 – 21 of 21) 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/chromium_org/courgette/
Dtypes_elf.h80 SHT_DYNAMIC = 6, enumerator
/external/qemu/elff/
Delff_elf.h268 #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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.h134 SHT_DYNAMIC = 6, /* information for dynamic linking */ enumerator
/external/llvm/lib/Object/
DELFYAML.cpp250 ECase(SHT_DYNAMIC) in enumeration()
/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/test/Object/
Dreadobj-shared-object.test79 ELF: Type: SHT_DYNAMIC
/external/qemu/
Delf.h1070 #define SHT_DYNAMIC 6 macro
/external/llvm/include/llvm/Support/
DELF.h1126 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp356 LLVM_READOBJ_ENUM_CASE(ELF, SHT_DYNAMIC ); in getElfSectionType()
/external/llvm/include/llvm/Object/
DELF.h1136 case ELF::SHT_DYNAMIC:
2463 case ELF::SHT_DYNAMIC: {
/external/llvm/lib/MC/
DELFObjectWriter.cpp1284 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()