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

1 2

  /external/elfutils/libelf/
elf-knowledge.h 25 ((shdr)->sh_flags & SHF_ALLOC) == 0 \
78 & (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_LINK_ORDER \
  /external/elfutils/tests/
asm-tst1.c 77 scn1 = asm_newscn (ctx, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR);
78 scn2 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
177 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_EXECINSTR))
178 || (cnt == 2 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE))
asm-tst4.c 53 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
asm-tst5.c 55 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
asm-tst2.c 76 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
193 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE))
asm-tst6.c 60 SHF_ALLOC | SHF_WRITE, grp);
update4.c 128 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR;
164 shdr->sh_flags = SHF_ALLOC | SHF_WRITE;
200 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR;
236 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR;
asm-tst3.c 68 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
193 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE))
asm-tst9.c 96 scn = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
227 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE))
  /external/elfutils/libasm/
asm_newscn.c 63 if (flags & SHF_ALLOC)
160 if (unlikely ((flags & ~(SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE
  /external/elfutils/src/
elflint.c     [all...]
size.c 440 if ((shdr->sh_flags & SHF_ALLOC) != 0)
466 if ((shdr->sh_flags & SHF_ALLOC) != 0)
519 if ((shdr->sh_flags & SHF_ALLOC) == 0)
569 if ((shdr->sh_flags & SHF_ALLOC) == 0)
ldgeneric.c 927 || (shdr->sh_flags & SHF_ALLOC) != 0
    [all...]
  /external/elfcopy/
elfcopy.c     [all...]
  /bionic/libc/kernel/common/linux/
elf.h 253 #define SHF_ALLOC 0x2
  /development/ndk/platforms/android-3/include/linux/
elf.h 253 #define SHF_ALLOC 0x2
  /external/kernel-headers/original/linux/
elf.h 256 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 253 #define SHF_ALLOC 0x2
  /bionic/libc/include/sys/
exec_elf.h 285 #define SHF_ALLOC 0x2 /* occupies memory */
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 285 #define SHF_ALLOC 0x2 /* occupies memory */

Completed in 59 milliseconds

1 2