Searched refs:local (Results 251 - 260 of 260) sorted by relevance

<<11

/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm281 directly from other local arm routines. */
/freebsd-9.3-release/contrib/gcc/
H A Dvarasm.c1653 sorry ("thread-local COMMON data not implemented");
1779 or local (in C, has internal linkage). So do nothing more
2014 && (!node->local.vtable_method || !cgraph_global_info_ready
2015 || !node->local.finalized))
2849 that it is a local symbol. If the name is changed, the macro
2851 information. This call might invalidate our local variable
3628 /* The difference of two local labels is computable at link time. */
5514 /* There are no read-only thread-local sections. */
5518 no concept of a read-only thread-local-data section. */
5588 sname = ".data.rel.local";
[all...]
H A Dtree-ssa-structalias.c168 /* One variable to represent all non-local accesses. */
330 /* Variable that represents non-local variables before we expand it to
5061 if (node->local.externally_visible)
H A Ddwarf2out.c4800 instance of an inlined instance of a decl which is local to an inline
4825 instance of an inlined instance of a block which is local to an inline
7301 this CU so we know which get local refs. */
8791 post-prologue local stack frame. We do this by *not* running
8873 /* The case of a subreg may arise when we have a local (register)
9071 /* The case of a subreg may arise when we have a local (register)
10028 the address of an `auto' variable (which is local to the caller) we
10029 can get a situation where the DECL_RTL of the artificial local
10034 of the (artificial) local variable either. Rather, it represents the
10035 *value* which the artificial local variabl
13401 dwarf2out_type_decl(tree decl, int local) argument
[all...]
/freebsd-9.3-release/sys/contrib/x86emu/
H A Dx86emu.c3324 uint16_t local, frame_pointer; local
3328 local = fetch_word_imm(emu);
3341 emu->x86.R_SP = (uint16_t) (emu->x86.R_SP - local);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-sparc.c2069 case 'l': /* local register */
3135 against a local symbol. We adjust fx_addnumber to cancel out the
3147 reloc against a local symbol which we are going to keep. */
3984 if (symbol_get_obj (symbolP)->local)
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c449 /* The parser rejects template declarations in local classes. */
727 pedwarn ("local class %q#T shall not have static data member %q#D",
2640 for a local static. */
3006 /* Java requires that we be able to reference a local address for a
3089 o Initialization and destruction for non-local objects with
3196 local statics. */
3277 && !cgraph_node (decl)->local.finalized)
H A Dclass.c113 /* An array of all local classes present in this translation unit, in
665 /* If TYPE involves a local class in a function with internal
666 linkage, then DECL should have internal linkage too. Other local
1057 /* Defer to the local function. */
1201 error (" because of local method %q+#D with same name",
1209 error (" because of local member %q+#D with same name", old_value);
2868 /* When this goes into scope, it will be a non-local reference. */
5467 nodes of local TYPE_DECLs in the TREE_TYPE field of the name.
5631 pushclass for all enclosing class contexts until global or a local
7789 cgraph_node (fndecl)->local
[all...]
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_io.c841 * Convert to a local error number and print the OS's version
844 * strings for non-local errors.
3093 * local port 2 bytes
3147 * local port 2 bytes
3253 * local port 2 bytes
3254 * local address 4 bytes
3946 * local port 2 bytes
3947 * local Internet address 4/16 bytes
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c2353 sname = ".ldata.rel.local";
2359 sname = ".ldata.rel.ro.local";
2830 /* Use register calling convention for local functions when possible. */
2835 if (i && i->local)
2907 /* For local functions, pass up to SSE_REGPARM_MAX SFmode
2914 if (i && i->local)
4374 /* Floating point return values in %st(0), except for local functions when
5498 /* Align start of frame for local function. */
6367 this is used for to form addresses to local data when -fPIC is in
6463 is not possible for the address of thread-local symbol
[all...]

Completed in 264 milliseconds

<<11