Searched refs:SHT_DYNAMIC (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | ELFDynObjFileFormat.cpp | 42 llvm::ELF::SHT_DYNAMIC, in initObjectFormat()
|
H A D | ELFExecFileFormat.cpp | 43 llvm::ELF::SHT_DYNAMIC, in initObjectFormat()
|
H A D | ELFObjectWriter.cpp | 580 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 D | elf.h | 232 #define SHT_DYNAMIC 6 macro
|
/aosp12/build/soong/symbol_inject/ |
H A D | elf_symboldata_test.go | 53 …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 D | IRBuilder.cpp | 80 case llvm::ELF::SHT_DYNAMIC: in GetELFSectionKind()
|
/aosp12/bionic/linker/ |
H A D | linker_phdr.cpp | 381 if (shdr_table_[i].sh_type == SHT_DYNAMIC) { in ReadDynamicSection()
|
/aosp12/art/libelffile/elf/ |
H A D | elf_builder.h | 472 dynamic_(this, ".dynamic", SHT_DYNAMIC, SHF_ALLOC, &dynstr_, 0, kPageSize, sizeof(Elf_Dyn)), in ElfBuilder()
|
/aosp12/art/runtime/ |
H A D | elf_file.cc | 249 case SHT_DYNAMIC: { in Setup()
|
/aosp12/bionic/tests/ |
H A D | dlfcn_test.cpp | 1562 if (section_ref.getType() == llvm::ELF::SHT_DYNAMIC) { in validate_compatibility_of_native_library()
|