Searched refs:inheritance (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_map.c1173 vm_inherit_t inheritance; local
1232 inheritance = VM_INHERIT_SHARE;
1234 inheritance = VM_INHERIT_DEFAULT;
1283 if (prev_entry->inheritance == inheritance &&
1325 new_entry->inheritance = inheritance;
1618 (prev->inheritance == entry->inheritance) &&
1659 (next->inheritance
[all...]
H A Dvm_map.h96 * and user-exported inheritance and protection information.
115 vm_inherit_t inheritance; /* inheritance */ member in struct:vm_map_entry
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c2368 vm_inherit_t inheritance;
2380 &inheritance,
2532 vm_inherit_t inheritance;
2544 &inheritance,
2333 vm_inherit_t inheritance; local
2496 vm_inherit_t inheritance; local
H A Dnto-procfs.c968 struct inheritance inherit;
/freebsd-11-stable/contrib/gcc/
H A Dreload1.c145 use; all of these must remain set for an inheritance to occur. */
1519 since this complements reload inheritance / output
3779 makes inheritance work somewhat better. */
4080 or we can't use the reload register for inheritance. */
4141 the reload for inheritance. */
4414 /* A complication is that for some reload types, inheritance might
5182 overriding inheritance. Return nonzero if so. */
5463 int pass, win, inheritance;
5501 /* If -O, try first with inheritance, then turning it off.
5502 If not -O, don't do inheritance
5440 int pass, win, inheritance; local
[all...]
H A Dtree.h2193 /* Define accessor macros for information about type inheritance
2196 A "basetype" means a particular usage of a data type for inheritance
2229 This is always 0 except when there is multiple inheritance. */
2250 inheritance of E and F by C. */
2294 (TREE_BINFO_CHECK(NODE)->binfo.inheritance)
2305 tree inheritance;
2293 tree inheritance; local
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c89 /* Priority inheritance mutex info. */
914 VM_INHERIT_SHARE == entry->inheritance)) {

Completed in 216 milliseconds