HomeSort by relevance Sort by last modified time
    Searched defs:SHF_MERGE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 154 SHF_MERGE = 0x10, /* data can be merged */
  /bionic/libc/include/sys/
exec_elf.h 440 #define SHF_MERGE 0x00000010 /* Might be merged */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/libelf/
elf.h 365 #define SHF_MERGE (1 << 4) /* Might be merged */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 355 #define SHF_MERGE (1 << 4) /* Might be merged */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 355 #define SHF_MERGE (1 << 4) /* Might be merged */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 355 #define SHF_MERGE (1 << 4) /* Might be merged */
    [all...]

Completed in 107 milliseconds