Home
last modified time | relevance | path

Searched refs:p_flags (Results 1 – 25 of 27) sorted by relevance

12

/external/elfutils/tests/
Dshowptable.c122 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout); in main()
123 putc_unlocked ((phdr->p_flags & PF_W) ? 'W' : ' ', stdout); in main()
124 putc_unlocked ((phdr->p_flags & PF_R) ? 'R' : ' ', stdout); in main()
Dupdate2.c121 phdr[0].p_flags = PF_R | PF_X; in main()
Dupdate3.c170 phdr[0].p_flags = PF_R | PF_X; in main()
Dupdate4.c323 phdr[0].p_flags = PF_R | PF_X; in main()
/external/v8/test/mjsunit/tools/
Dtickprocessor.js49 var p_flags = new ArgumentsProcessor(['--gc', '--separate-ic']);
50 assertTrue(p_flags.parse());
51 assertEquals(TickProcessor.VmStates.GC, p_flags.result().stateFilter);
52 assertTrue(p_flags.result().separateIc);
/external/elfutils/libelf/
Delf32_getphdr.c162 CONVERT_TO (phdr[cnt].p_flags, notcvt[cnt].p_flags);
209 CONVERT (phdr[cnt].p_flags);
Dgelf_update_phdr.c121 COPY (p_flags); in gelf_update_phdr()
Dgelf_getphdr.c122 COPY (p_flags);
Dabstract.h86 TYPE_NAME (ElfW2(32, Ext##Word), p_flags) \
92 TYPE_NAME (ElfW2(64, Ext##Word), p_flags) \
Delf.h551 Elf32_Word p_flags; /* Segment flags */ member
558 Elf64_Word p_flags; /* Segment flags */ member
/external/kernel-headers/original/linux/
Delf.h220 Elf32_Word p_flags; member
226 Elf64_Word p_flags; member
/external/valgrind/main/coregrind/m_ume/
Delf.c192 if (ph->p_flags & PF_X) prot |= VKI_PROT_EXEC; in mapelf()
193 if (ph->p_flags & PF_W) prot |= VKI_PROT_WRITE; in mapelf()
194 if (ph->p_flags & PF_R) prot |= VKI_PROT_READ; in mapelf()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c127 phdr->p_flags = 0; in fill_phdr()
130 phdr->p_flags |= PF_R; in fill_phdr()
132 phdr->p_flags |= PF_W; in fill_phdr()
134 phdr->p_flags |= PF_X; in fill_phdr()
598 phdrs[0].p_flags = 0; in make_elf_coredump()
/external/elfutils/src/
Dsize.c643 (phdr->p_flags & PF_R) == 0 ? '-' : 'r', in show_segments()
644 (phdr->p_flags & PF_W) == 0 ? '-' : 'w', in show_segments()
645 (phdr->p_flags & PF_X) == 0 ? '-' : 'x'); in show_segments()
Delflint.c1214 newp->read_only = (phdr->p_flags & PF_W) == 0; in check_reloc_shdr()
3711 if ((phdr->p_flags & PF_X) == 0) in check_sections()
3721 && (phdr->p_flags & PF_W) == 0) in check_sections()
3829 if ((phdr->p_flags & PF_X) != 0 in check_sections()
3835 if ((phdr->p_flags & PF_W) != 0 in check_sections()
4132 if ((phdr2->p_flags & PF_W) == 0) in check_program_header()
4135 if ((phdr2->p_flags &~ PF_W) != (phdr->p_flags &~ PF_W)) in check_program_header()
Dfindtextrel.c332 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
Dreadelf.c946 phdr->p_flags & PF_R ? 'R' : ' ', in print_phdr()
947 phdr->p_flags & PF_W ? 'W' : ' ', in print_phdr()
948 phdr->p_flags & PF_X ? 'E' : ' ', in print_phdr()
1034 else if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in print_phdr()
1061 if ((phdr2->p_flags & PF_W) == 0 && !in_ro) in print_phdr()
1066 else if ((phdr2->p_flags & PF_W) != 0 && in_ro) in print_phdr()
Dldgeneric.c6461 phdr->p_flags = segment->mode; in ld_generic_create_outfile()
6485 phdr->p_flags = PF_R; in ld_generic_create_outfile()
6502 phdr->p_flags = (PF_R | PF_W in ld_generic_create_outfile()
6625 phdr->p_flags = 0; /* No need to set PF_R or so. */ in ld_generic_create_outfile()
6639 phdr->p_flags = 0; /* No need to set PF_R or so. */ in ld_generic_create_outfile()
6660 phdr->p_flags = 0; /* No need to set PF_R or so. */ in ld_generic_create_outfile()
DChangeLog71 of sections is reflected in segment p_flags.
75 * elflint.c (check_program_header): Accept PT_GNU_RELRO p_flags
76 that matches its PT_LOAD's p_flags &~ PF_W. On sparc, PF_X really
/external/grub/stage2/
Di386-elf.h172 Elf32_Word p_flags; member
/external/llvm/include/llvm/Support/
DELF.h989 Elf32_Word p_flags; // Segment flags member
996 Elf64_Word p_flags; // Segment flags member
/external/qemu/
Delf.h1048 Elf32_Word p_flags; member
1054 Elf64_Word p_flags; member
Delf_ops.h26 bswap32s(&phdr->p_flags); /* Segment flags */ in glue()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1517 phdr->p_flags & PF_R ? 'r' : '-', in ML_()
1518 phdr->p_flags & PF_W ? 'w' : '-', in ML_()
1519 phdr->p_flags & PF_X ? 'x' : '-'); in ML_()
1530 && (phdr->p_flags & (PF_R | PF_W | PF_X)) == (PF_R | PF_X)) { in ML_()
1549 && (phdr->p_flags & (PF_R | PF_W | PF_X)) == (PF_R | PF_W)) { in ML_()
/external/freetype/include/freetype/
Dfreetype.h3273 FT_UInt *p_flags,

12