Searched refs:p_flags (Results 1 - 25 of 47) sorted by path

12

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c1070 p_cb_data->p_flags = btm_ble_build_adv_data(&mask, &p, p_data);
1462 if (p_adv_data->p_flags != NULL)
1463 flag = old_flag = *(p_adv_data->p_flags);
1862 if (p_adv_data->p_flags != NULL)
1864 BTM_TRACE_DEBUG ("btm_ble_update_adv_flag old=0x%x", *p_adv_data->p_flags);
1865 *p_adv_data->p_flags = flag;
1880 p_adv_data->p_flags = p;
H A Dbtm_ble_int.h99 UINT8 *p_flags; member in struct:__anon1229
/external/chromium_org/components/nacl/loader/nonsfi/
H A Delf_loader.cc205 PFlagsToNaClProt(phdr.p_flags),
216 if ((phdr.p_flags & PF_W) && seg_file_end_offset > 0) {
228 PFlagsToProt(phdr.p_flags),
/external/chromium_org/courgette/
H A Dtypes_elf.h101 Elf32_Word p_flags; member in struct:Elf32_Phdr
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_loader.cpp311 PFLAGS_TO_PROT(phdr->p_flags),
328 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) {
341 PFLAGS_TO_PROT(phdr->p_flags),
H A Dlinker_phdr.cpp62 p_flags -> segment flags (e.g. readable, writable, executable)
193 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0)
202 PFLAGS_TO_PROT(phdr->p_flags) | extra_prot_flags);
399 *dynamic_flags = phdr->p_flags;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h3302 * p_flags ::
3319 * interpreted depending on the flags returned in `*p_flags'. See the
3327 FT_UInt *p_flags,
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c4839 FT_UInt *p_flags,
4856 *p_flags = subg->flags;
/external/chromium_org/third_party/libvpx/include/
H A Delf.h276 Elf32_Word p_flags; member in struct:elf32_phdr
282 Elf64_Word p_flags; member in struct:elf64_phdr
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc115 VLOG(1) << " p_flags = " << program_header->p_flags;
380 program_header->p_flags == (PF_R | PF_W) &&
605 spliced_header->p_flags = split_header->p_flags;
688 spliced_header->p_flags = PF_R | PF_W;
/external/chromium_org/v8/test/mjsunit/tools/
H A 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/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc62 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc510 bool executable = phdr->p_flags & PF_X;
/external/elfutils/0.153/libelf/
H A Dabstract.h86 TYPE_NAME (ElfW2(32, Ext##Word), p_flags) \
92 TYPE_NAME (ElfW2(64, Ext##Word), p_flags) \
H A Delf.h550 Elf32_Word p_flags; /* Segment flags */ member in struct:__anon21230
557 Elf64_Word p_flags; /* Segment flags */ member in struct:__anon21231
595 /* Legal values for p_flags (segment flags). */
1916 /* Legal values for p_flags field of Elf32_Phdr/Elf64_Phdr. */
2384 /* Processor specific flags for the Phdr p_flags field. */
H A Delf32_getphdr.c171 CONVERT_TO (phdr[cnt].p_flags, notcvt[cnt].p_flags);
218 CONVERT (phdr[cnt].p_flags);
H A Dgelf_getphdr.c126 COPY (p_flags);
H A Dgelf_update_phdr.c125 COPY (p_flags);
/external/elfutils/0.153/src/
H A Delflint.c1252 newp->read_only = (phdr->p_flags & PF_W) == 0;
3753 if ((phdr->p_flags & PF_X) == 0)
3763 && (phdr->p_flags & PF_W) == 0)
3871 if ((phdr->p_flags & PF_X) != 0
3877 if ((phdr->p_flags & PF_W) != 0
4182 if ((phdr2->p_flags & PF_W) == 0)
4185 if ((phdr2->p_flags & ~PF_W) != (phdr->p_flags & ~PF_W))
4270 if ((phdr->p_flags & PF_R) == 0)
4277 if ((phdr->p_flags
[all...]
H A Dfindtextrel.c348 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0)
H A Dldgeneric.c6458 phdr->p_flags = segment->mode;
6482 phdr->p_flags = PF_R;
6499 phdr->p_flags = (PF_R | PF_W
6622 phdr->p_flags = 0; /* No need to set PF_R or so. */
6636 phdr->p_flags = 0; /* No need to set PF_R or so. */
6657 phdr->p_flags = 0; /* No need to set PF_R or so. */
H A Dreadelf.c1010 phdr->p_flags & PF_R ? 'R' : ' ',
1011 phdr->p_flags & PF_W ? 'W' : ' ',
1012 phdr->p_flags & PF_X ? 'E' : ' ',
1102 else if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0)
1129 if ((phdr2->p_flags & PF_W) == 0 && !in_ro)
1134 else if ((phdr2->p_flags & PF_W) != 0 && in_ro)
H A Dsize.c650 (phdr->p_flags & PF_R) == 0 ? '-' : 'r',
651 (phdr->p_flags & PF_W) == 0 ? '-' : 'w',
652 (phdr->p_flags & PF_X) == 0 ? '-' : 'x');
/external/freetype/include/
H A Dfreetype.h3370 * p_flags ::
3387 * interpreted depending on the flags returned in `*p_flags'. See the
3395 FT_UInt *p_flags,
/external/freetype/src/base/
H A Dftobjs.c4863 FT_UInt *p_flags,
4880 *p_flags = subg->flags;

Completed in 5234 milliseconds

12