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

  /external/elfutils/libelf/
elf-knowledge.h 101 | SHF_OS_NONCONFORMING | SHF_GROUP)) \
109 ((Flags) & ~((GElf_Xword) 0 | SHF_LINK_ORDER | SHF_OS_NONCONFORMING))
elf.h 369 #define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 444 #define SHF_OS_NONCONFORMING 0x00000100 /* OS specific handling required */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 359 #define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 359 #define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 359 #define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
readelf.c 874 if (shdr->sh_flags & SHF_OS_NONCONFORMING)
    [all...]
ldgeneric.c     [all...]

Completed in 64 milliseconds