HomeSort by relevance Sort by last modified time
    Searched refs:SHF_EXCLUDE (Results 1 - 22 of 22) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
exclude-1a.d 5 #name: objcopy on sections with SHF_EXCLUDE
exclude-1b.d 5 #name: strip --strip-unneeded on sections with SHF_EXCLUDE
  /external/llvm/lib/MC/
MCSectionELF.cpp 82 if (Flags & ELF::SHF_EXCLUDE)
93 if (Flags & ELF::SHF_EXCLUDE)
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 512 #define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 697 | ((attr & SHF_EXCLUDE) ? SEC_EXCLUDE: 0)
772 attr |= SHF_EXCLUDE;
867 return SHF_EXCLUDE;
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 270 flags |= ELF::SHF_EXCLUDE;
  /external/llvm/include/llvm/Support/
ELF.h 724 SHF_EXCLUDE = 0x80000000U,
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 409 BCase(SHF_EXCLUDE)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 34 if (pFlag & llvm::ELF::SHF_EXCLUDE)
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i370.c 398 shdr->sh_flags |= SHF_EXCLUDE;
    [all...]
elf.c 911 if ((hdr->sh_flags & SHF_EXCLUDE) != 0)
    [all...]
elf32-ppc.c     [all...]
elflink.c     [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 445 SHF_EXCLUDE = 0x80000000,
    [all...]
  /external/elfutils/libelf/
elf.h 375 #define SHF_EXCLUDE (1U << 31) /* Section is excluded unless
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 369 #define SHF_EXCLUDE (1 << 31) /* Section is excluded unless
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 371 #define SHF_EXCLUDE (1 << 31) /* Section is excluded unless
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 791 LLVM_READOBJ_ENUM_ENT(ELF, SHF_EXCLUDE ),
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc 657 && (shdr.get_sh_flags() & elfcpp::SHF_EXCLUDE))
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 893 milliseconds