Searched defs:fixed_offset (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | symtab-thunks.h | 87 HOST_WIDE_INT fixed_offset; member
|
H A D | symtab-thunks.cc | 192 HOST_WIDE_INT fixed_offset, tree virtual_offset, in thunk_adjust() 335 HOST_WIDE_INT fixed_offset = info->fixed_offset; in expand_thunk() local
|
H A D | cgraph.cc | 616 HOST_WIDE_INT fixed_offset, in create_thunk()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cgraphunit.c | 1739 HOST_WIDE_INT fixed_offset, tree virtual_offset, in thunk_adjust() 1881 HOST_WIDE_INT fixed_offset = thunk.fixed_offset; in expand_thunk() local
|
H A D | lto-cgraph.c | 1315 HOST_WIDE_INT fixed_offset = streamer_read_uhwi (ib); in input_node() local
|
H A D | cgraph.c | 617 HOST_WIDE_INT fixed_offset, in create_thunk()
|
H A D | cgraph.h | 702 HOST_WIDE_INT fixed_offset; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | method.c | 59 tree fixed_offset, tree virtual_offset) in make_thunk() 149 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); in finish_thunk() local 259 HOST_WIDE_INT fixed_offset, virtual_value; in use_thunk() local
|
H A D | mangle.c | 4159 mangle_call_offset (const tree fixed_offset, const tree virtual_offset) in mangle_call_offset() 4189 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk()
|
H A D | class.c | 2539 tree fixed_offset, virtual_offset; in update_vtable_entry_for_fn() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | method.cc | 59 tree fixed_offset, tree virtual_offset) in make_thunk() 149 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); in finish_thunk() local 259 HOST_WIDE_INT fixed_offset, virtual_value; in use_thunk() local
|
H A D | mangle.cc | 4372 mangle_call_offset (const tree fixed_offset, const tree virtual_offset) in mangle_call_offset() 4402 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk()
|
H A D | class.cc | 2642 tree fixed_offset, virtual_offset; in update_vtable_entry_for_fn() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | decl.cc | 1868 int fixed_offset = -THUNK_LANG_OFFSET (thunk); in finish_thunk() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | decl.cc | 1681 int fixed_offset = -THUNK_LANG_OFFSET (thunk); in finish_thunk() local
|