• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/

Lines Matching +defs:value +defs:start

106 		   bfd_vma start, bfd_vma end)
119 /* We require the start and end relocations to be processed consecutively -
131 if (! symbol_section || last_symbol_section != symbol_section || end < start)
151 start_ptr = contents + start;
161 /* Calculate the start / end values to load into rs / re minus four -
163 addr to get the value to subtract in order to get relative addressing. */
166 start -= 4;
171 bfd_vma start0 = start - 4;
175 start0 = start - 2 - ((start - start0) & 2);
176 start = start0 - cum_diff - 2;
186 x = (insn & 0x200 ? end : start) - addr;
236 sym_value = (symbol_in->value +
567 /* Get the value of the symbol referred to by the reloc. */
604 symval = (h->root.u.def.value
653 the value of the symbol is not available. */
656 symbol value may be changed by future relaxing. We let
662 /* When we calculated the symbol "value" we had an offset in the
875 bfd_vma start = 0;
912 start = irel->r_offset;
920 start = stop = addr;
926 must check the addend to see it will put the value in
952 start = stop = addr;
959 stop = (bfd_vma) ((bfd_signed_vma) start + 4 + off * 2);
969 start = stop = addr;
975 stop = (bfd_vma) ((bfd_signed_vma) start + 4 + off * 2);
978 for adjusting the addend, the relevant start is the
979 start of the section.
990 stop = start + 4 + off * 2;
995 stop = (start & ~(bfd_vma) 3) + 4 + off * 4;
1004 address and L1. That is the start of the reloc, and
1011 start = (bfd_vma) ((bfd_signed_vma) stop - (long) irel->r_addend);
1013 if (start > addr
1014 && start < toaddr
1019 && (start <= addr || start >= toaddr))
1028 stop = (bfd_vma) ((bfd_signed_vma) start + voff);
1033 start = irel->r_offset;
1034 stop = (bfd_vma) ((bfd_signed_vma) start
1040 if (start > addr
1041 && start < toaddr
1046 && (start <= addr || start >= toaddr))
1156 bfd_vma start, stop;
1181 start
1185 if (start > addr && start < toaddr)
1189 stop = (bfd_vma) ((bfd_signed_vma) start + voff);
1191 if (start > addr
1192 && start < toaddr
1198 && (start <= addr || start >= toaddr))
1268 && sym_hash->root.u.def.value > addr
1269 && sym_hash->root.u.def.value < toaddr)
1271 sym_hash->root.u.def.value -= count;
1337 bfd_vma start, stop;
1342 start = irel->r_offset;
1354 label_end, start, stop, pswapped))
1512 _GLOBAL_OFFSET_TABLE_ + I * 4. The value is MINUS_ONE
1523 on all targets. The comments by each member indicate the value
1531 /* The offset of the resolver stub from the start of SYMBOL_ENTRY. */
1719 VALUE is the field's value and CODE_P is true if VALUE refers to code,
1726 unsigned long value, bfd_byte *addr)
1728 value |= code_p;
1731 | ((value >> 6) & 0x3fffc00),
1735 | ((value << 10) & 0x3fffc00),
2044 VALUE is the field's value and CODE_P is true if VALUE refers to code,
2049 unsigned long value, bfd_byte *addr)
2051 bfd_put_32 (output_bfd, value, addr);
2347 /* Define the symbol _PROCEDURE_LINKAGE_TABLE_ at the start of the
2507 real definition first, and we can just use the same value. */
2513 h->root.u.def.value = h->u.weakdef->root.u.def.value;
2579 copy the initial value out of the dynamic object and into the
2608 h->root.u.def.value = s->size;
2686 h->root.u.def.value = h->plt.offset;
3331 STT_DATALABEL, then any STO_SH5_ISA32 on the final value
3344 /* In these cases, we don't need the relocation value.
3408 relocation = ((h->root.u.def.value
3412 symbol value, unless we've seen
3450 /* If the reloc is against the start of this section, then
3453 against the start of this section, then it's against an
3676 need to include the symbol value so that it becomes
3766 relocation entry to initialize the value. This
3869 /* Relocation is relative to the start of the global offset
3875 calculation. We always want the start of .got. If we
3896 /* Use global offset table as symbol value. */
3950 static bfd_vma start, end;
3952 start = (relocation + rel->r_addend
3955 rel->r_offset, sec, start, end);
3962 rel->r_offset, sec, start, end);
4516 /* Return the relocation value for R_SH_TLS_TPOFF32.. */
4524 /* SH TLS ABI is variant I and static TLS block start just after tcbhead
5311 Given a bfd MACH value from archures.c
5589 the .plt section. Leave the value alone. */
5623 rel.r_addend = (h->root.u.def.value
5671 rel.r_addend = (h->root.u.def.value
5706 rel.r_offset = (h->root.u.def.value
5882 really seem like the right value. */