Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dmethod.c88 tree fixed_offset, tree virtual_offset) in make_thunk() argument
99 if (this_adjusting && virtual_offset) in make_thunk()
100 virtual_offset in make_thunk()
102 virtual_offset, in make_thunk()
114 && !virtual_offset == !THUNK_VIRTUAL_OFFSET (thunk) in make_thunk()
115 && (!virtual_offset in make_thunk()
118 virtual_offset) in make_thunk()
119 : THUNK_VIRTUAL_OFFSET (thunk) == virtual_offset))) in make_thunk()
143 THUNK_VIRTUAL_OFFSET (thunk) = virtual_offset; in make_thunk()
182 tree virtual_offset = THUNK_VIRTUAL_OFFSET (thunk); in finish_thunk() local
[all …]
H A Dmangle.c2721 mangle_call_offset (const tree fixed_offset, const tree virtual_offset) in mangle_call_offset() argument
2723 write_char (virtual_offset ? 'v' : 'h'); in mangle_call_offset()
2730 if (virtual_offset) in mangle_call_offset()
2732 write_integer_cst (virtual_offset); in mangle_call_offset()
2752 tree virtual_offset) in mangle_thunk() argument
2766 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
2770 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
2775 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
2777 virtual_offset = THUNK_VIRTUAL_OFFSET (fn_decl); in mangle_thunk()
2778 if (virtual_offset) in mangle_thunk()
[all …]
H A Dclass.c2032 tree fixed_offset, virtual_offset; in update_vtable_entry_for_fn() local
2041 virtual_offset = THUNK_VIRTUAL_OFFSET (fn); in update_vtable_entry_for_fn()
2044 fixed_offset = virtual_offset = NULL_TREE; in update_vtable_entry_for_fn()
2046 if (virtual_offset) in update_vtable_entry_for_fn()
2050 virtual_offset = binfo_for_vbase (BINFO_TYPE (virtual_offset), in update_vtable_entry_for_fn()
2081 for (virtual_offset = thunk_binfo; in update_vtable_entry_for_fn()
2082 virtual_offset; in update_vtable_entry_for_fn()
2083 virtual_offset = BINFO_INHERITANCE_CHAIN (virtual_offset)) in update_vtable_entry_for_fn()
2084 if (BINFO_VIRTUAL_P (virtual_offset)) in update_vtable_entry_for_fn()
2087 if (virtual_offset in update_vtable_entry_for_fn()
[all …]
H A DChangeLog-19941381 get_class_offset instead of virtual_offset as get_class_offset will
1383 * tree.c (virtual_offset): Remove. It only ever worked some of the
H A DChangeLog-2002643 Rename vcall_offset to virtual_offset.
H A DChangeLog-20043413 thunk_alias, and the access and virtual_offset fields.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c4083 bfd_vma virtual_offset; member
4160 r_rel->virtual_offset = 0; in r_reloc_init()
4193 if (r_rel->virtual_offset) in print_r_reloc()
4196 fprintf_vma (fp, r_rel->virtual_offset); in print_r_reloc()
4372 if (src1->r_rel.virtual_offset != src2->r_rel.virtual_offset) in literal_value_equal()
4457 hash_val += hash_bfd_vma (src->r_rel.virtual_offset); in literal_value_hash()
4580 bfd_vma virtual_offset; /* Zero except for adding literals. */ member
4716 bfd_vma virtual_offset = loc->virtual_offset; in text_action_add_literal() local
4724 || (*m_p)->virtual_offset > virtual_offset)) in text_action_add_literal()
4733 ta->virtual_offset = virtual_offset; in text_action_add_literal()
[all …]
H A DChangeLog-2004892 (r_reloc struct): Add new virtual_offset field.
894 virtual_offset field to zero. Add contents to target_offset field for
909 virtual_offset and is_abs_literal fields.
915 virtual_offset field in the hash value.
986 R_XTENSA_ASM_SIMPLIFY and R_XTENSA_DIFF* relocs. Use virtual_offset
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.14821 get_class_offset instead of virtual_offset as get_class_offset will
4823 * tree.c (virtual_offset): Remove. It only ever worked some of the
/openbsd-src/gnu/lib/libiberty/src/
H A DChangeLog942 offset and virtual_offset.