/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | dynamic.test | 19 #LINK-NEXT: Type: SHT_DYNAMIC
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ |
D | private-headers-no-dynamic-segment.test | 12 Type: SHT_DYNAMIC
|
/external/elfutils/backends/ |
D | sparc_symbol.c | 93 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()
|
D | alpha_symbol.c | 106 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()
|
D | ppc_symbol.c | 115 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL in find_dyn_got()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELF.cpp | 231 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName() 506 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
|
/external/elfutils/tests/ |
D | alldts.c | 142 shdr->sh_type = SHT_DYNAMIC; in main()
|
D | elfstrmerge.c | 579 case SHT_DYNAMIC: in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 273 #define SHT_DYNAMIC 6 macro
|
/external/u-boot/include/ |
D | elf.h | 277 #define SHT_DYNAMIC 6 /* dynamic section */ 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/libelf/ |
D | elf32_updatenull.c | 242 case SHT_DYNAMIC: in __elfw2()
|
D | elf_getdata.c | 58 [SHT_DYNAMIC] = ELF_T_DYN,
|
/external/elfutils/src/ |
D | findtextrel.c | 260 case SHT_DYNAMIC: in process_file()
|
D | elflint.c | 1094 if (rcshdr->sh_type == SHT_DYNAMIC && rcshdr->sh_entsize != 0) in is_rel_dyn() 1323 if (dynshdr != NULL && dynshdr->sh_type == SHT_DYNAMIC in check_reloc_shdr() 3055 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC in unknown_dependency_p() 3631 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE }, 4155 case SHT_DYNAMIC: in check_sections() 4527 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC) in check_program_header()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | readobj-shared-object.test | 79 ELF: Type: SHT_DYNAMIC
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 79 ELF: Type: SHT_DYNAMIC
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 708 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 672 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 780 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 671 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | Object.h | 577 return S->Type == ELF::SHT_DYNAMIC; in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 466 else if (Section.Type == llvm::ELF::SHT_DYNAMIC) in writeSectionContent()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 363 ECase(SHT_DYNAMIC) in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 428 ECase(SHT_DYNAMIC); in enumeration()
|