HomeSort by: relevance | last modified time | path
    Searched refs:SHF_EXCLUDE (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionELF.cpp 78 if (Flags & ELF::SHF_EXCLUDE)
89 if (Flags & ELF::SHF_EXCLUDE)
MCObjectFileInfo.cpp 461 Ctx->getELFSection(".debug_info.dwo", DebugSecType, ELF::SHF_EXCLUDE);
463 Ctx->getELFSection(".debug_types.dwo", DebugSecType, ELF::SHF_EXCLUDE);
465 Ctx->getELFSection(".debug_abbrev.dwo", DebugSecType, ELF::SHF_EXCLUDE);
468 ELF::SHF_MERGE | ELF::SHF_STRINGS | ELF::SHF_EXCLUDE, 1);
470 Ctx->getELFSection(".debug_line.dwo", DebugSecType, ELF::SHF_EXCLUDE);
472 Ctx->getELFSection(".debug_loc.dwo", DebugSecType, ELF::SHF_EXCLUDE);
474 DebugSecType, ELF::SHF_EXCLUDE);
476 Ctx->getELFSection(".debug_rnglists.dwo", DebugSecType, ELF::SHF_EXCLUDE);
478 Ctx->getELFSection(".debug_macinfo.dwo", DebugSecType, ELF::SHF_EXCLUDE);
480 Ctx->getELFSection(".debug_macro.dwo", DebugSecType, ELF::SHF_EXCLUDE);
    [all...]
ELFObjectWriter.cpp 1134 ELF::SHF_EXCLUDE, 16);
1162 ELF::SHF_EXCLUDE);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 87 NewFlags |= ELF::SHF_EXCLUDE;
99 ~ELF::SHF_EXCLUDE;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 661 enum SHF_EXCLUDE = 0x80000000;
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 750 | ((attr & SHF_EXCLUDE) ? SEC_EXCLUDE: 0)
909 attr |= SHF_EXCLUDE;
1055 return SHF_EXCLUDE;
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 207 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude this
1652 /* Clear SHF_EXCLUDE on to be preserved sections. */
1653 flags &= ~SHF_EXCLUDE;
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 207 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude this
1652 /* Clear SHF_EXCLUDE on to be preserved sections. */
1653 flags &= ~SHF_EXCLUDE;
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 207 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude this
1652 /* Clear SHF_EXCLUDE on to be preserved sections. */
1653 flags &= ~SHF_EXCLUDE;
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 207 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude this
1652 /* Clear SHF_EXCLUDE on to be preserved sections. */
1653 flags &= ~SHF_EXCLUDE;
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 207 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude this
1652 /* Clear SHF_EXCLUDE on to be preserved sections. */
1653 flags &= ~SHF_EXCLUDE;
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 207 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude this
1652 /* Clear SHF_EXCLUDE on to be preserved sections. */
1653 flags &= ~SHF_EXCLUDE;
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 747 | ((attr & SHF_EXCLUDE) ? SEC_EXCLUDE: 0)
900 attr |= SHF_EXCLUDE;
1042 return SHF_EXCLUDE;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 479 #define SHF_EXCLUDE 0x80000000 /* Excluded unless unles ref/alloc
  /src/sys/sys/
exec_elf.h 570 #define SHF_EXCLUDE 0x80000000 /* Excluded unless unles ref/alloc
  /src/tools/arm-elf2aout/sys/
exec_elf.h 481 #define SHF_EXCLUDE 0x80000000 /* Excluded unless unles ref/alloc
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 481 #define SHF_EXCLUDE 0x80000000 /* Excluded unless unles ref/alloc
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1016 SHF_EXCLUDE = 0x80000000U,
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 300 flags |= ELF::SHF_EXCLUDE;
  /src/external/gpl3/binutils/dist/include/elf/
common.h 638 #define SHF_EXCLUDE (1U << 31)
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 623 #define SHF_EXCLUDE (1U << 31)
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 621 #define SHF_EXCLUDE (1U << 31)
  /src/external/gpl3/gdb/dist/include/elf/
common.h 623 #define SHF_EXCLUDE (1U << 31)
  /src/external/gpl3/binutils/dist/gprofng/src/
Elf.cc 1044 ADD_S (SHF_EXCLUDE)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Elf.cc 1044 ADD_S (SHF_EXCLUDE)

Completed in 58 milliseconds

1 2