Home
last modified time | relevance | path

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

12

/third_party/elfutils/backends/
H A Dsparc_symbol.c85 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it. in sparc_check_special_section()
93 && scn_shdr.sh_type == SHT_DYNAMIC in sparc_check_special_section()
H A Dalpha_symbol.c98 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it. in alpha_check_special_section()
106 && scn_shdr.sh_type == SHT_DYNAMIC in alpha_check_special_section()
H A Dppc_symbol.c115 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL in find_dyn_got()
/third_party/elfio/tests/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp237 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC); in getELFSectionTypeName()
526 if (Sec.sh_type == ELF::SHT_DYNAMIC) { in dynamicEntries()
/third_party/elfutils/tests/
H A Dalldts.c144 shdr->sh_type = SHT_DYNAMIC; in main()
H A Delfstrmerge.c589 case SHT_DYNAMIC: in main()
/third_party/libabigail/src/
H A 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/
H A Delf_getdata.c57 [SHT_DYNAMIC] = ELF_T_DYN,
H A Delf32_updatenull.c244 case SHT_DYNAMIC: in __elfw2()
/third_party/elfutils/src/
H A Dfindtextrel.c261 case SHT_DYNAMIC: in process_file()
H A 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/
H A Delf_types_c_wrapper.hpp472 #define SHT_DYNAMIC 6 macro
/third_party/elfio/elfio/
H A Delfio_dump.hpp377 { SHT_DYNAMIC, "DYNAMIC" },
1082 if ( SHT_DYNAMIC == sec->get_type() ) { in dynamic_tags()
H A Delfio.hpp300 case SHT_DYNAMIC:
H A Delf_types.hpp500 constexpr Elf_Word SHT_DYNAMIC = 6; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h672 SHT_DYNAMIC = 6, // Information for dynamic linking.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h822 SHT_DYNAMIC = 6, // Information for dynamic linking.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp450 ECase(SHT_DYNAMIC); in enumeration()
1198 case ELF::SHT_DYNAMIC: in mapping()
/third_party/musl/porting/linux/user/include/
H A Delf.h378 #define SHT_DYNAMIC 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h377 #define SHT_DYNAMIC 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h377 #define SHT_DYNAMIC 6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h377 #define SHT_DYNAMIC 6 macro
/third_party/musl/include/
H A Delf.h378 #define SHT_DYNAMIC 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp997 case ELF::SHT_DYNAMIC: in writeSection()
998 llvm_unreachable("SHT_DYNAMIC in a relocatable object"); in writeSection()

Completed in 81 milliseconds

12