Searched refs:SHF_ALLOC (Results 1 - 22 of 22) sorted by relevance

/external/elfutils/libelf/
H A Delf-knowledge.h25 ((shdr)->sh_flags & SHF_ALLOC) == 0 \
78 & (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_LINK_ORDER \
H A Delf.h350 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro
/external/elfutils/tests/
H A Dasm-tst1.c77 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))
H A Dasm-tst4.c53 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
H A Dasm-tst5.c55 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
H A Dasm-tst2.c76 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
193 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE))
H A Dasm-tst6.c60 SHF_ALLOC | SHF_WRITE, grp);
H A Dupdate4.c128 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;
H A Dasm-tst3.c68 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
193 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE))
H A Dasm-tst9.c96 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/
H A Dasm_newscn.c63 if (flags & SHF_ALLOC)
160 if (unlikely ((flags & ~(SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE
/external/elfutils/src/
H A Delflint.c1600 if ((shdr->sh_flags & SHF_ALLOC) == 0)
1809 { ".bss", 5, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
1811 { ".data", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
1812 { ".data1", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
1814 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE },
1815 { ".dynstr", 8, SHT_STRTAB, exact, SHF_ALLOC, 0 },
1816 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 },
1817 { ".fini", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
1818 { ".fini_array", 12, SHT_FINI_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
1820 { ".hash", 6, SHT_HASH, exact, SHF_ALLOC,
[all...]
H A Dsize.c440 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)
H A Dldgeneric.c927 || (shdr->sh_flags & SHF_ALLOC) != 0
2259 new_generated_scn (scn_dot_interp, ".interp", SHT_PROGBITS, SHF_ALLOC,
2272 new_generated_scn (scn_dot_dynsym, ".dynsym", SHT_DYNSYM, SHF_ALLOC,
2276 new_generated_scn (scn_dot_dynstr, ".dynstr", SHT_STRTAB, SHF_ALLOC,
2280 new_generated_scn (scn_dot_hash, ".hash", SHT_HASH, SHF_ALLOC,
2294 SHF_ALLOC | SHF_EXECINSTR,
2301 new_generated_scn (scn_dot_pltrel, ".rel.plt", rel_type, SHF_ALLOC,
2360 SHT_GNU_verneed, SHF_ALLOC, 0,
2389 SHF_ALLOC,
2414 SHF_ALLOC | SHF_WRIT
[all...]
H A Dstrip.c583 || (shdr_info[cnt].shdr.sh_flags & SHF_ALLOC) == 0)
H A Dreadelf.c722 if (shdr->sh_flags & SHF_ALLOC)
875 && (shdr->sh_flags & SHF_ALLOC
/external/elfcopy/
H A Delfcopy.c868 shdr_info[scnidx].old_shdr.sh_flags & SHF_ALLOC) {
2099 if(shdr->sh_flags & SHF_ALLOC) {
2151 if ((shdr_info[inner].shdr.sh_flags & SHF_ALLOC)) {
2459 ASSERT(!(shdr_info[sym->st_shndx].shdr.sh_flags & SHF_ALLOC));
2538 !(shdr_info->shdr.sh_flags & SHF_ALLOC) ||
2542 if ((shdr_info->shdr.sh_flags & SHF_ALLOC) == SHF_ALLOC)
2580 ((shdr_info[end].shdr.sh_flags & SHF_ALLOC) == SHF_ALLOC) &&
2587 /* SHF_ALLOC section
[all...]
H A Dfixdwarf.c278 (s_shdr_info[cnt].old_shdr.sh_flags & SHF_ALLOC) &&
/external/kernel-headers/original/linux/
H A Delf.h256 #define SHF_ALLOC 0x2 macro
/external/chromium/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c814 SHF_ALLOC, /* sh_flags */
931 SHF_ALLOC, /* sh_flags */
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c814 SHF_ALLOC, /* sh_flags */
931 SHF_ALLOC, /* sh_flags */
/external/qemu/
H A Delf.h1040 #define SHF_ALLOC 0x2 macro

Completed in 118 milliseconds