Home
last modified time | relevance | path

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

/external/elfutils/src/backends/
Dsparc_symbol.c92 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()
Dalpha_symbol.c105 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()
Dppc_symbol.c101 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL) in find_dyn_got()
/external/elfutils/src/tests/
Dalldts.c142 shdr->sh_type = SHT_DYNAMIC; in main()
/external/kernel-headers/original/uapi/linux/
Delf.h272 #define SHT_DYNAMIC 6 macro
/external/ltrace/sysdeps/linux-gnu/mips/
Dplt.c209 if (elf_get_section_type(lte, SHT_DYNAMIC, &scn, &shdr) < 0 in arch_elf_init()
/external/elfutils/src/libelf/
Delf32_updatenull.c229 case SHT_DYNAMIC: in __elfw2()
Delf_getdata.c60 [SHT_DYNAMIC] = ELF_T_DYN,
Delf.h325 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc154 if (!FindElfSection(elf_base, ".dynamic", SHT_DYNAMIC, in ElfFileSoNameFromMappedFile()
/external/elfutils/src/src/
Dfindtextrel.c276 case SHT_DYNAMIC: in process_file()
Delflint.c1064 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()
Dldgeneric.c1228 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()
Dreadelf.c1712 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC) in print_dynamic()
/external/llvm/test/Object/
Dreadobj-shared-object.test79 ELF: Type: SHT_DYNAMIC
/external/ltrace/
Dltrace-elf.c542 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/
DELF.h590 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp945 case SHT_DYNAMIC: in CreateSections()
1733 CASE_AND_STREAM(s, SHT_DYNAMIC , kStrWidth); in DumpELFSectionHeader_sh_type()
/external/llvm/lib/Object/
DELFYAML.cpp314 ECase(SHT_DYNAMIC) in enumeration()
/external/llvm/include/llvm/Object/
DELF.h687 case ELF::SHT_DYNAMIC: in ELFFile()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp652 case ELF::SHT_DYNAMIC: in getSymbolNMTypeChar()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp423 LLVM_READOBJ_ENUM_CASE(ELF, SHT_DYNAMIC ); in getElfSectionType()
/external/llvm/lib/MC/
DELFObjectWriter.cpp1473 case ELF::SHT_DYNAMIC: in writeSection()
/external/valgrind/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()