Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/MC/AsmParser/
Dsection_names.s50 # CHECK-NEXT: Type: SHT_INIT_ARRAY
52 # CHECK-NEXT: Type: SHT_INIT_ARRAY
/external/elfutils/libebl/
Deblcheckreloctargettype.c46 case SHT_INIT_ARRAY: in ebl_check_reloc_target_type()
/external/llvm-project/llvm/test/tools/llvm-nm/
Dlinker-synthesized.test30 Type: SHT_INIT_ARRAY
/external/llvm/test/MC/AsmParser/
Dsection_names.s40 # CHECK-NEXT: Type: SHT_INIT_ARRAY
/external/llvm/lib/MC/
DMCSectionELF.cpp124 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
/external/llvm-project/llvm/test/tools/llvm-size/
Delf-berkeley.test64 Type: SHT_INIT_ARRAY
Delf-sysv.test95 Type: SHT_INIT_ARRAY
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsection-types.test29 # LLVM: Type: SHT_INIT_ARRAY
169 Type: SHT_INIT_ARRAY
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp131 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
/external/llvm-project/llvm/lib/MC/
DMCSectionELF.cpp131 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp488 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
495 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp157 return ELF::SHT_INIT_ARRAY; in getELFSectionType()
386 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection()
453 ".init_array", ELF::SHT_INIT_ARRAY, ELF::SHF_WRITE | ELF::SHF_ALLOC); in InitializeELF()
/external/llvm-project/lld/ELF/
DMarkLive.cpp173 case SHT_INIT_ARRAY: in isReserved()
DOutputSections.cpp86 return type == SHT_NOBITS || type == SHT_PROGBITS || type == SHT_INIT_ARRAY || in canMergeToProgbits()
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp595 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
606 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp588 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
599 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp243 STRINGIFY_ENUM_CASE(ELF, SHT_INIT_ARRAY); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp262 STRINGIFY_ENUM_CASE(ELF, SHT_INIT_ARRAY); in getELFSectionTypeName()
/external/elfutils/libelf/
Delf_getdata.c61 [SHT_INIT_ARRAY] = ELF_T_ADDR,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp462 return ELF::SHT_INIT_ARRAY; in getELFSectionType()
767 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection()
845 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
/external/llvm/include/llvm/Support/
DELF.h677 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h678 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h828 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h851 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp485 return ELF::SHT_INIT_ARRAY; in getELFSectionType()
958 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection()
1050 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()

12