HomeSort by relevance Sort by last modified time
    Searched refs:SHT_FINI_ARRAY (Results 1 - 25 of 33) sorted by null

1 2

  /external/elfutils/libebl/
eblcheckreloctargettype.c 47 case SHT_FINI_ARRAY:
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetObjectFile.cpp 35 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
  /external/llvm/lib/MC/
MCSectionELF.cpp 126 else if (Type == ELF::SHT_FINI_ARRAY)
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionELF.cpp 113 else if (Type == ELF::SHT_FINI_ARRAY)
  /external/llvm/test/MC/AsmParser/
section_names.s 46 # CHECK-NEXT: Type: SHT_FINI_ARRAY
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
section_names.s 58 # CHECK-NEXT: Type: SHT_FINI_ARRAY
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCSectionELF.cpp 133 else if (Type == ELF::SHT_FINI_ARRAY)
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 490 Type = ELF::SHT_FINI_ARRAY;
497 Type = ELF::SHT_FINI_ARRAY;
  /bionic/libc/include/
elf.h 501 #define SHT_FINI_ARRAY 15
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 160 return ELF::SHT_FINI_ARRAY;
389 Type = ELF::SHT_FINI_ARRAY;
455 ".fini_array", ELF::SHT_FINI_ARRAY, ELF::SHF_WRITE | ELF::SHF_ALLOC);
    [all...]
  /external/elfutils/libelf/
elf_getdata.c 62 [SHT_FINI_ARRAY] = ELF_T_ADDR,
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 416 Type = ELF::SHT_FINI_ARRAY;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ELF.cpp 238 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY);
  /external/u-boot/include/
elf.h 284 #define SHT_FINI_ARRAY 15 /* Array of destructors */
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 592 Type = ELF::SHT_FINI_ARRAY;
599 Type = ELF::SHT_FINI_ARRAY;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 286 return ELF::SHT_FINI_ARRAY;
589 Type = ELF::SHT_FINI_ARRAY;
658 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 221 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 221 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 715 SHT_FINI_ARRAY = 15, // Pointers to termination functions.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 134 return ELF::SHT_FINI_ARRAY;
  /build/soong/symbol_inject/
elf_symboldata_test.go 51 elf.SectionHeader{Name: ".fini_array", Type: elf.SHT_FINI_ARRAY, Flags: elf.SHF_WRITE + elf.SHF_ALLOC, Addr: 0x600e10, Offset: 0xe10, Size: 0x8, Link: 0x0, Info: 0x0, Addralign: 0x8, Entsize: 0x8, FileSize: 0x8},
164 elf.SectionHeader{Name: ".fini_array", Type: elf.SHT_FINI_ARRAY, Flags: elf.SHF_WRITE + elf.SHF_ALLOC, Addr: 0x600e10, Offset: 0xe10, Size: 0x8, Link: 0x0, Info: 0x0, Addralign: 0x8, Entsize: 0x8, FileSize: 0x8},
  /external/llvm/include/llvm/Support/
ELF.h 678 SHT_FINI_ARRAY = 15, // Pointers to termination functions.
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 370 ECase(SHT_FINI_ARRAY)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 787 SHT_FINI_ARRAY = 15, // Pointers to termination functions.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 679 SHT_FINI_ARRAY = 15, // Pointers to termination functions.
    [all...]

Completed in 424 milliseconds

1 2