| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| H A D | m88kbcs.sc | 23 ${RELOCATING+ __.initp.start = .}; 24 ${RELOCATING+ __.initp.end = .};
|
| /openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/ |
| H A D | m88kbcs.sc | 23 ${RELOCATING+ __.initp.start = .}; 24 ${RELOCATING+ __.initp.end = .};
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl2.c | 2299 start_objects (int method_type, int initp) in start_objects() argument 2307 if (initp != DEFAULT_INIT_PRIORITY) in start_objects() 2317 sprintf (type, "%c%c%.5u", method_type, joiner, initp); in start_objects() 2358 finish_objects (int method_type, int initp, tree body) in finish_objects() argument 2378 (* targetm.asm_out.constructor) (fnsym, initp); in finish_objects() 2380 (* targetm.asm_out.destructor) (fnsym, initp); in finish_objects() 2568 one_static_initialization_or_destruction (tree decl, tree init, bool initp) in one_static_initialization_or_destruction() argument 2575 if (!initp in one_static_initialization_or_destruction() 2621 gcc_assert (initp); in one_static_initialization_or_destruction() 2631 else if (initp) in one_static_initialization_or_destruction() [all …]
|
| H A D | tree.c | 2252 stabilize_expr (tree exp, tree* initp) in stabilize_expr() argument 2271 *initp = init_expr; in stabilize_expr() 2296 stabilize_call (tree call, tree *initp) in stabilize_call() argument 2315 *initp = inits; in stabilize_call() 2328 stabilize_init (tree init, tree *initp) in stabilize_init() argument 2332 *initp = NULL_TREE; in stabilize_init() 2340 TREE_OPERAND (t, 1) = stabilize_expr (TREE_OPERAND (t, 1), initp); in stabilize_init() 2363 stabilize_call (t, initp); in stabilize_init()
|
| H A D | ChangeLog-1999 | 6483 * decl2.c: Remove flag_init_priority. Always enable initp stuff. 6486 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl2.c | 2141 start_objects (method_type, initp) in start_objects() argument 2142 int method_type, initp; in start_objects() 2150 if (initp != DEFAULT_INIT_PRIORITY) 2160 sprintf (type, "%c%c%.5u", method_type, joiner, initp); 2202 finish_objects (method_type, initp, body) in finish_objects() argument 2203 int method_type, initp; in finish_objects() 2223 (* targetm.asm_out.constructor) (fnsym, initp); 2225 (* targetm.asm_out.destructor) (fnsym, initp); 2412 start_static_initialization_or_destruction (decl, initp) in start_static_initialization_or_destruction() argument 2414 int initp; [all …]
|
| H A D | except.c | 582 stabilize_throw_expr (exp, initp) in stabilize_throw_expr() argument 584 tree *initp; 618 *initp = init_expr;
|
| H A D | decl.c | 8225 tree *initp, tree new_init) in reshape_init_array() argument 8238 *initp && (!sized_array_p || index <= max_index_cst); in reshape_init_array() 8244 element_init = reshape_init (elt_type, initp); in reshape_init_array() 8285 reshape_init (tree type, tree *initp) in reshape_init() argument 8293 old_init = *initp; in reshape_init() 8294 old_init_value = (TREE_CODE (*initp) == TREE_LIST in reshape_init() 8295 ? TREE_VALUE (*initp) : old_init); in reshape_init() 8302 *initp = TREE_CHAIN (old_init); in reshape_init() 8313 *initp = TREE_CHAIN (old_init); in reshape_init() 8316 initp = &inits; in reshape_init() [all …]
|
| H A D | tree.c | 2528 stabilize_expr (exp, initp) in stabilize_expr() argument 2530 tree *initp; 2552 *initp = init_expr;
|
| H A D | ChangeLog.2 | 6483 * decl2.c: Remove flag_init_priority. Always enable initp stuff. 6486 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
|
| /openbsd-src/sys/ntfs/ |
| H A D | ntfs_subr.c | 1345 struct ntvattr *vap, off_t roff, size_t rsize, void *rdata, size_t *initp, in ntfs_readntvattr_plain() 1351 *initp = 0; in ntfs_readntvattr_plain() 1423 *initp += tocopy; in ntfs_readntvattr_plain() 1462 *initp += rsize; in ntfs_readntvattr_plain() 1474 size_t *initp, struct uio *uio) in ntfs_readattr_plain() 1482 *initp = 0; in ntfs_readattr_plain() 1508 *initp += init; in ntfs_readattr_plain() 1344 ntfs_readntvattr_plain(struct ntfsmount * ntmp,struct ntnode * ip,struct ntvattr * vap,off_t roff,size_t rsize,void * rdata,size_t * initp,struct uio * uio) ntfs_readntvattr_plain() argument 1473 ntfs_readattr_plain(struct ntfsmount * ntmp,struct ntnode * ip,u_int32_t attrnum,char * attrname,off_t roff,size_t rsize,void * rdata,size_t * initp,struct uio * uio) ntfs_readattr_plain() argument
|
| /openbsd-src/lib/libcurses/ |
| H A D | Caps | 638 initialize_pair initp str Ip - - ----- Initialize color pair #1 to fg=(#2,#3,#4), bg=(#5,#6,#7)
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ChangeLog-9899 | 658 * scripttempl/v850.sc: Add initp support.
|
| H A D | ChangeLog-9197 | 447 * scripttempl/m88kbcs.sc (__.initp.end, _etext): Added whitespace
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ChangeLog-9899 | 658 * scripttempl/v850.sc: Add initp support.
|
| H A D | ChangeLog-9197 | 447 * scripttempl/m88kbcs.sc (__.initp.end, _etext): Added whitespace
|