Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjFileFormat.cpp42 llvm::ELF::SHT_DYNAMIC, in initObjectFormat()
H A DELFExecFileFormat.cpp43 llvm::ELF::SHT_DYNAMIC, in initObjectFormat()
H A DELFObjectWriter.cpp580 if (llvm::ELF::SHT_DYNAMIC == pSection.type()) in getSectEntrySize()
598 if (llvm::ELF::SHT_DYNAMIC == pSection.type()) in getSectLink()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h232 #define SHT_DYNAMIC 6 macro
/aosp12/build/soong/symbol_inject/
H A Delf_symboldata_test.go53 …elf.SectionHeader{Name: ".dynamic", Type: elf.SHT_DYNAMIC, Flags: elf.SHF_WRITE + elf.SHF_ALLOC, A…
166 …elf.SectionHeader{Name: ".dynamic", Type: elf.SHT_DYNAMIC, Flags: elf.SHF_WRITE + elf.SHF_ALLOC, A…
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp80 case llvm::ELF::SHT_DYNAMIC: in GetELFSectionKind()
/aosp12/bionic/linker/
H A Dlinker_phdr.cpp381 if (shdr_table_[i].sh_type == SHT_DYNAMIC) { in ReadDynamicSection()
/aosp12/art/libelffile/elf/
H A Delf_builder.h472 dynamic_(this, ".dynamic", SHT_DYNAMIC, SHF_ALLOC, &dynstr_, 0, kPageSize, sizeof(Elf_Dyn)), in ElfBuilder()
/aosp12/art/runtime/
H A Delf_file.cc249 case SHT_DYNAMIC: { in Setup()
/aosp12/bionic/tests/
H A Ddlfcn_test.cpp1562 if (section_ref.getType() == llvm::ELF::SHT_DYNAMIC) { in validate_compatibility_of_native_library()