Home
last modified time | relevance | path

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

12

/third_party/elfio/tests/
DELFIOTest.cpp225 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/
Dsparc_symbol.c93 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()
Dalpha_symbol.c106 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()
Dppc_symbol.c115 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/
DELF.cpp237 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName()
526 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
/third_party/elfutils/tests/
Dalldts.c144 shdr->sh_type = SHT_DYNAMIC; in main()
Delfstrmerge.c589 case SHT_DYNAMIC: in main()
/third_party/libabigail/src/
Dabg-elf-helpers.cc1424 || 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/
Delf32_updatenull.c244 case SHT_DYNAMIC: in __elfw2()
Delf_getdata.c57 [SHT_DYNAMIC] = ELF_T_DYN,
/third_party/elfio/elfio/
Delfio_dump.hpp377 { SHT_DYNAMIC, "DYNAMIC" },
1082 if ( SHT_DYNAMIC == sec->get_type() ) { in dynamic_tags()
Delfio.hpp300 case SHT_DYNAMIC: in get_default_entry_size()
Delf_types.hpp500 constexpr Elf_Word SHT_DYNAMIC = 6; variable
/third_party/elfutils/src/
Dfindtextrel.c261 case SHT_DYNAMIC: in process_file()
Delflint.c1097 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/
Delf_types_c_wrapper.hpp472 #define SHT_DYNAMIC 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h672 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h822 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp450 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/
DELFObjectFile.h777 if (Sec.sh_type != ELF::SHT_DYNAMIC) in dynamic_relocation_sections()
/third_party/musl/porting/linux/user/include/
Delf.h377 #define SHT_DYNAMIC 6 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h377 #define SHT_DYNAMIC 6 macro
/third_party/musl/include/
Delf.h377 #define SHT_DYNAMIC 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h377 #define SHT_DYNAMIC 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp997 case ELF::SHT_DYNAMIC: in writeSection()

12