Home
last modified time | relevance | path

Searched refs:set_flags (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjcopy.c122 bfd_boolean set_flags; /* Whether to set the section flags. */ member
618 p->set_flags = FALSE; in find_section_list()
1338 if (pset != NULL && pset->set_flags) in copy_object()
2096 if (p != NULL && p->set_flags) in setup_section()
2112 && (p == NULL || !p->set_flags)) in setup_section()
2308 else if (p != NULL && p->set_flags && (p->flags & SEC_HAS_CONTENTS) != 0) in copy_section()
3019 p->set_flags = TRUE; in copy_main()
H A DChangeLog-91972675 * objcopy.c (struct section_list): Add fields remove, set_flags,
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c121 bfd_boolean set_flags; /* Whether to set the section flags. */ member
583 p->set_flags = FALSE; in find_section_list()
1208 if (pset != NULL && pset->set_flags) in copy_object()
1904 if (p != NULL && p->set_flags) in setup_section()
2067 else if (p != NULL && p->set_flags && (p->flags & SEC_HAS_CONTENTS) != 0) in copy_section()
2769 p->set_flags = TRUE; in copy_main()
H A DChangeLog-91972675 * objcopy.c (struct section_list): Add fields remove, set_flags,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dlinespec.c48 static void set_flags (char *arg, int *is_quoted, char **paren_pointer);
692 set_flags (*argptr, &is_quoted, &paren_pointer); in decode_line_1()
900 set_flags (char *arg, int *is_quoted, char **paren_pointer) in set_flags() function
H A DChangeLog-20022125 * linespec.c (set_flags): New function.
2126 (decode_line_1): Move code into set_flags.
H A DChangeLog-200314510 (set_flags): Ditto.
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h306 static uint16_t set_flags(uint16_t A, uint16_t F) { in set_flags() function
462 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); } in setFlags()
/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.xs1395 (void)dbp->set_flags(dbp, my_SvUV32(*svp)) ;
1486 (void)dbp->set_flags(dbp, (u_int32_t)DB_RENUMBER) ;
1489 (void)dbp->set_flags(dbp, (u_int32_t)flags) ;
/openbsd-src/sys/dev/pci/drm/include/uapi/linux/
H A Dkfd_ioctl.h1438 struct kfd_ioctl_dbg_trap_set_flags_args set_flags; member
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_svm.c3827 uint32_t set_flags = 0xffffffff; in kfd_criu_resume_svm()
3874 set_flags = criu_svm_md->data.attrs[j].value; in kfd_criu_resume_svm()
3898 set_attr[num_attrs].value = ~set_flags; in kfd_criu_restore_svm()
3801 uint32_t set_flags = 0xffffffff; kfd_criu_resume_svm() local
H A Dkfd_chardev.c3056 r = kfd_dbg_trap_set_flags(target, &args->set_flags.flags); in kfd_ioctl_set_debug_trap()