Home
last modified time | relevance | path

Searched refs:cinit (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Dtic54xcoff.sc36 .cinit :
38 *(.cinit)
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Dtic54xcoff.sc36 .cinit :
38 *(.cinit)
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c903 tree ctype, field = NULL_TREE, str_type, cinit, string; local
918 START_RECORD_CONSTRUCTOR (cinit, ctype);
920 PUSH_FIELD_VALUE (cinit, "hash", build_int_2 (name_hash, 0));
921 PUSH_FIELD_VALUE (cinit, "length", build_int_2 (name_len, 0));
924 PUSH_FIELD_VALUE (cinit, "data", string);
925 FINISH_RECORD_CONSTRUCTOR (cinit);
926 TREE_CONSTANT (cinit) = 1;
937 DECL_INITIAL (decl) = cinit;
H A DChangeLog8499 * class.c (build_utf8_ref): Mark cinit and utf8 tree nodes as