Home
last modified time | relevance | path

Searched refs:SHT_INIT_ARRAY (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp112 llvm::ELF::SHT_INIT_ARRAY, in initStdSections()
/aosp12/bionic/libc/include/
H A Delf.h488 #define SHT_INIT_ARRAY 14 macro
/aosp12/build/soong/symbol_inject/
H A Delf_symboldata_test.go50 …elf.SectionHeader{Name: ".init_array", Type: elf.SHT_INIT_ARRAY, Flags: elf.SHF_WRITE + elf.SHF_AL…
163 …elf.SectionHeader{Name: ".init_array", Type: elf.SHT_INIT_ARRAY, Flags: elf.SHF_WRITE + elf.SHF_AL…
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp67 case llvm::ELF::SHT_INIT_ARRAY: in GetELFSectionKind()