Home
last modified time | relevance | path

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

12

/external/elfutils/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/syslinux/com32/include/sys/
Delfcommon.h199 #define SHT_DYNAMIC 6 macro
/external/elfutils/tests/
Dalldts.c142 shdr->sh_type = SHT_DYNAMIC; in main()
Delfstrmerge.c578 case SHT_DYNAMIC: in main()
/external/kernel-headers/original/uapi/linux/
Delf.h272 #define SHT_DYNAMIC 6 macro
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc154 if (!FindElfSection(elf_base, ".dynamic", SHT_DYNAMIC, in ElfFileSoNameFromMappedFile()
/external/elfutils/libelf/
Delf32_updatenull.c246 case SHT_DYNAMIC: in __elfw2()
Delf_getdata.c60 [SHT_DYNAMIC] = ELF_T_DYN,
Delf.h326 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro
/external/elfutils/src/
Dfindtextrel.c276 case SHT_DYNAMIC: in process_file()
Delflint.c1077 if (rcshdr->sh_type == SHT_DYNAMIC && rcshdr->sh_entsize != 0) in is_rel_dyn()
1306 if (dynshdr != NULL && dynshdr->sh_type == SHT_DYNAMIC in check_reloc_shdr()
3023 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC in unknown_dependency_p()
3599 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE },
4122 case SHT_DYNAMIC: in check_sections()
4464 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()
/external/llvm/test/Object/
Dreadobj-shared-object.test79 ELF: Type: SHT_DYNAMIC
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h708 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/external/llvm/include/llvm/Support/
DELF.h671 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h672 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp363 ECase(SHT_DYNAMIC) in enumeration()
/external/llvm/lib/MC/
DELFObjectWriter.cpp1145 case ELF::SHT_DYNAMIC: in writeSection()
/external/kmod/port-gnu/
Delf.h325 #define SHT_DYNAMIC 6 /* Dynamic linking information */ macro
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp550 case ELF::SHT_DYNAMIC: in getSymbolNMTypeChar()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp757 case ELF::SHT_DYNAMIC: in getSymbolNMTypeChar()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp959 case ELF::SHT_DYNAMIC: in WriteSection()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1019 LLVM_READOBJ_ENUM_CASE(ELF, SHT_DYNAMIC ); in getElfSectionType()
2594 case SHT_DYNAMIC: in getSectionTypeString()

12