/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 225 checkSection( sec, 19, ".dynamic", SHT_DYNAMIC, SHF_WRITE | SHF_ALLOC, in TEST() 340 checkSection( sec, 20, ".dynamic", SHT_DYNAMIC, SHF_WRITE | SHF_ALLOC, in TEST() 634 checkSection( sec, 20, ".dynamic", SHT_DYNAMIC, SHF_WRITE | SHF_ALLOC, in TEST() 1052 dynsec1->set_type( SHT_DYNAMIC ); in TEST() 1053 dynsec1->set_entry_size( reader.get_default_entry_size( SHT_DYNAMIC ) ); in TEST()
|
/third_party/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 237 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName() 526 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
|
/third_party/elfutils/tests/ |
D | alldts.c | 144 shdr->sh_type = SHT_DYNAMIC; in main()
|
D | elfstrmerge.c | 589 case SHT_DYNAMIC: in main()
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 1424 || dynamic_section_header->sh_type != SHT_DYNAMIC) in lookup_data_tag_from_dynamic_segment() 1527 ABG_ASSERT (shdr == NULL || (shdr->sh_type == SHT_DYNAMIC in get_soname_of_elf_file()
|
/third_party/elfutils/libelf/ |
D | elf32_updatenull.c | 244 case SHT_DYNAMIC: in __elfw2()
|
D | elf_getdata.c | 57 [SHT_DYNAMIC] = ELF_T_DYN,
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 377 { SHT_DYNAMIC, "DYNAMIC" }, 1082 if ( SHT_DYNAMIC == sec->get_type() ) { in dynamic_tags()
|
D | elfio.hpp | 300 case SHT_DYNAMIC: in get_default_entry_size()
|
D | elf_types.hpp | 500 constexpr Elf_Word SHT_DYNAMIC = 6; variable
|
/third_party/elfutils/src/ |
D | findtextrel.c | 261 case SHT_DYNAMIC: in process_file()
|
D | elflint.c | 1097 if (rcshdr->sh_type == SHT_DYNAMIC && rcshdr->sh_entsize != 0) in is_rel_dyn() 1326 if (dynshdr != NULL && dynshdr->sh_type == SHT_DYNAMIC in check_reloc_shdr() 3065 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC in unknown_dependency_p() 3644 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE }, 4181 case SHT_DYNAMIC: in check_sections() 4561 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC) in check_program_header()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 472 #define SHT_DYNAMIC 6 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 672 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 822 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 450 ECase(SHT_DYNAMIC); in enumeration() 1198 case ELF::SHT_DYNAMIC: in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 777 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 377 #define SHT_DYNAMIC 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 377 #define SHT_DYNAMIC 6 macro
|
/third_party/musl/include/ |
D | elf.h | 377 #define SHT_DYNAMIC 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 377 #define SHT_DYNAMIC 6 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 997 case ELF::SHT_DYNAMIC: in writeSection()
|