/external/elfutils/src/backends/ |
D | sparc_symbol.c | 92 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()
|
D | alpha_symbol.c | 105 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()
|
D | ppc_symbol.c | 101 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL) in find_dyn_got()
|
/external/elfutils/src/tests/ |
D | alldts.c | 142 shdr->sh_type = SHT_DYNAMIC; in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 272 #define SHT_DYNAMIC 6 macro
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
D | plt.c | 209 if (elf_get_section_type(lte, SHT_DYNAMIC, &scn, &shdr) < 0 in arch_elf_init()
|
/external/elfutils/src/libelf/ |
D | elf32_updatenull.c | 229 case SHT_DYNAMIC: in __elfw2()
|
D | elf_getdata.c | 60 [SHT_DYNAMIC] = ELF_T_DYN,
|
D | elf.h | 325 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper.cc | 154 if (!FindElfSection(elf_base, ".dynamic", SHT_DYNAMIC, in ElfFileSoNameFromMappedFile()
|
/external/elfutils/src/src/ |
D | findtextrel.c | 276 case SHT_DYNAMIC: in process_file()
|
D | elflint.c | 1064 if (rcshdr->sh_type == SHT_DYNAMIC && rcshdr->sh_entsize) in is_rel_dyn() 1286 if (dynshdr != NULL && dynshdr->sh_type == SHT_DYNAMIC in check_reloc_shdr() 2865 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL) in unknown_dependency_p() 3402 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE }, 3862 case SHT_DYNAMIC: in check_sections() 4204 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC) in check_program_header()
|
D | ldgeneric.c | 1228 else if (unlikely (shdr->sh_type == SHT_DYNAMIC)) in add_relocatable_file() 2463 new_generated_scn (scn_dot_dynamic, ".dynamic", SHT_DYNAMIC, in ld_generic_generate_sections()
|
D | readelf.c | 1712 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC) in print_dynamic()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 79 ELF: Type: SHT_DYNAMIC
|
/external/ltrace/ |
D | ltrace-elf.c | 542 if (elf_get_section_type(lte, SHT_DYNAMIC, &scn, &shdr) < 0 in elf_load_dynamic_entry() 609 } else if (shdr.sh_type == SHT_DYNAMIC) { in ltelf_read_elf()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 590 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 945 case SHT_DYNAMIC: in CreateSections() 1733 CASE_AND_STREAM(s, SHT_DYNAMIC , kStrWidth); in DumpELFSectionHeader_sh_type()
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 314 ECase(SHT_DYNAMIC) in enumeration()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 687 case ELF::SHT_DYNAMIC: in ELFFile()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 652 case ELF::SHT_DYNAMIC: in getSymbolNMTypeChar()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 423 LLVM_READOBJ_ENUM_CASE(ELF, SHT_DYNAMIC ); in getElfSectionType()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1473 case ELF::SHT_DYNAMIC: in writeSection()
|
/external/valgrind/perf/ |
D | tinycc.c | 346 #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()
|