Searched refs:signed_value (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-or32.c99 long signed_value; local
142 signed_value = EXTRACT_JUMPTARG (insn);
143 signed_value = SIGN_EXTEND_JUMPTARG (signed_value);
144 signed_value <<= 2;
147 if (signed_value == - (long) reloc_entry->address)
148 signed_value = 0;
150 signed_value += sym_value + reloc_entry->addend;
153 signed_value -= (reloc_entry->address
156 if (signed_value >
372 long signed_value; local
[all...]
H A Delf32-arm.c5838 bfd_signed_vma signed_value; local
5910 signed_value = value - pc + signed_addend;
5913 signed_value = value - sb + signed_addend;
5918 signed_value |= 1;
5922 g_n = calculate_group_reloc_mask (abs (signed_value), group,
5936 (long) rel->r_offset, abs (signed_value), howto->name);
5946 if (signed_value < 0)
5970 bfd_signed_vma signed_value; local
6008 signed_value = value - pc + signed_addend;
6011 signed_value
6053 bfd_signed_vma signed_value; local
6136 bfd_signed_vma signed_value; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/dl/lib/dl/
H A Dvalue.rb22 def signed_value(val, ty) method in class:DL.ValueUtil
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/lib/fiddle/
H A Dvalue.rb22 def signed_value(val, ty) method in class:Fiddle.ValueUtil
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_forms.c761 Dwarf_Signed signed_value,
787 res = _dwarf_pro_encode_signed_leb128_nm(signed_value, &leb_size,
760 dwarf_add_AT_const_value_signedint(Dwarf_P_Die ownerdie, Dwarf_Signed signed_value, Dwarf_Error * error) argument

Completed in 188 milliseconds