Searched refs:flags (Results 226 - 237 of 237) sorted by relevance

12345678910

/bionic/libc/kernel/uapi/drm/
H A Dr128_drm.h206 unsigned int flags; member in struct:drm_r128_clear
/bionic/libc/kernel/uapi/linux/
H A Daudit.h402 __u32 flags; member in struct:audit_rule_data
H A Dfb.h332 __u32 flags; member in struct:fb_vblank
H A Dinput.h56 __u8 flags; member in struct:input_keymap_entry
H A Dsynclink.h169 unsigned short flags; member in struct:_MGSL_PARAMS
H A Dif_link.h332 __u32 flags; member in struct:ifla_vlan_flags
H A Dethtool.h257 __u32 flags; member in struct:ethtool_test
H A Dsoundcard.h532 int flags; member in struct:copr_buffer
547 int flags; member in struct:copr_debug_buf
/bionic/libc/kernel/uapi/linux/raid/
H A Dmd_p.h217 __le16 flags; member in struct:r5l_payload_header
/bionic/linker/
H A Dlinker_phdr.cpp71 p_flags -> segment flags (e.g. readable, writable, executable)
85 page inherits the mapping flags of the latter segment.
438 if (extinfo->flags & ANDROID_DLEXT_RESERVED_ADDRESS) {
441 } else if (extinfo->flags & ANDROID_DLEXT_RESERVED_ADDRESS_HINT) {
445 if (addr != nullptr && (extinfo->flags & ANDROID_DLEXT_FORCE_FIXED_VADDR) != 0) {
447 } else if ((extinfo->flags & ANDROID_DLEXT_LOAD_AT_FIXED_ADDRESS) != 0) {
564 * with optional extra flags (i.e. really PROT_WRITE). Used by
615 * protection flags on all segments.
882 * dynamic_flags -> protection flags for section (unset on failure)
H A Dlinker.h381 // when FLAG_NEW_SOINFO is set in this->flags.
452 void* do_dlopen(const char* name, int flags, const android_dlextinfo* extinfo, void* caller_addr);
/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp74 static size_t get_tag_offset(uint32_t flags = 0, size_t backtrace_frames = 0) {
76 if (flags & BACKTRACE_HEADER) {

Completed in 299 milliseconds

12345678910