Home
last modified time | relevance | path

Searched refs:function_vector (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c285 struct function_vector struct
407 struct function_vector fvec;
3156 struct function_vector *vec = (struct function_vector *) pvec; in add_function_range()
3194 struct function_vector *vec_function, in read_function_entry()
3195 struct function_vector *vec_inlined) in read_function_entry()
3203 struct function_vector *vec; in read_function_entry()
3393 struct function_vector fvec; in read_function_entry()
3435 struct unit *u, struct function_vector *fvec, in read_function_info()
3439 struct function_vector lvec; in read_function_info()
3440 struct function_vector *pfvec; in read_function_info()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c285 struct function_vector struct
407 struct function_vector fvec;
3191 struct function_vector *vec = (struct function_vector *) pvec; in add_function_range()
3229 struct function_vector *vec_function, in read_function_entry()
3230 struct function_vector *vec_inlined) in read_function_entry()
3238 struct function_vector *vec; in read_function_entry()
3424 struct function_vector fvec; in read_function_entry()
3481 struct unit *u, struct function_vector *fvec, in read_function_info()
3485 struct function_vector lvec; in read_function_info()
3486 struct function_vector *pfvec; in read_function_info()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi5179 @item function_vector
5180 @cindex @code{function_vector} function attribute, H8/300
5251 @item function_vector
5252 @cindex @code{function_vector} function attribute, M16C/M32C
5253 On M16C/M32C targets, the @code{function_vector} attribute declares a
5271 void foo (void) __attribute__((function_vector(0x18)));
6283 @item function_vector
6284 @cindex @code{function_vector} function attribute, SH
H A Dgcc.info36889 'function_vector'
36952 'function_vector'
36953 On M16C/M32C targets, the 'function_vector' attribute declares a
36970 void foo (void) __attribute__((function_vector(0x18)));
37884 'function_vector'
68902 * function_vector function attribute, H8/300: H8/300 Function Attributes.
68904 * function_vector function attribute, M16C/M32C: M32C Function Attributes.
68906 * function_vector function attribute, SH: SH Function Attributes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi4799 @item function_vector
4800 @cindex @code{function_vector} function attribute, H8/300
4871 @item function_vector
4872 @cindex @code{function_vector} function attribute, M16C/M32C
4873 On M16C/M32C targets, the @code{function_vector} attribute declares a
4891 void foo (void) __attribute__((function_vector(0x18)));
5903 @item function_vector
5904 @cindex @code{function_vector} function attribute, SH
H A Dgcc.info33454 'function_vector'
33517 'function_vector'
33518 On M16C/M32C targets, the 'function_vector' attribute declares a
33535 void foo (void) __attribute__((function_vector(0x18)));
34449 'function_vector'
65589 * function_vector function attribute, H8/300: H8/300 Function Attributes.
65591 * function_vector function attribute, M16C/M32C: M32C Function Attributes.
65593 * function_vector function attribute, SH: SH Function Attributes.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.md6517 ;; Its use is enabled by assigning an attribute "function_vector"
6627 ;; Its use is enabled by assigning an attribute "function_vector"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.md6518 ;; Its use is enabled by assigning an attribute "function_vector"
6628 ;; Its use is enabled by assigning an attribute "function_vector"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200721393 with attribute "function_vector".
21394 * doc/extend.texi (function_vector): Added description
H A DChangeLog-20127800 * doc/extend.texi (function_vector): Rephrase SH2A specific part.