Searched refs:our_toc_offset (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-ppc.c830 record_toc (toc_section, our_toc_offset, cat, name)
832 bfd_signed_vma our_toc_offset;
843 t->offset = our_toc_offset;
846 t->addr = toc_section->output_offset + our_toc_offset;
1120 bfd_signed_vma our_toc_offset;
1153 our_toc_offset = local_toc_table[symndx];
1155 if (IS_WRITTEN(our_toc_offset))
1160 MAKE_ADDR_AGAIN(our_toc_offset);
1165 record_toc (toc_section, our_toc_offset, priv,
1169 toc_section->contents + our_toc_offset);
1113 bfd_signed_vma our_toc_offset; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dcoff-ppc.c773 bfd_signed_vma our_toc_offset,
784 t->offset = our_toc_offset;
787 t->addr = toc_section->output_offset + our_toc_offset;
1053 bfd_signed_vma our_toc_offset;
1087 our_toc_offset = local_toc_table[symndx];
1089 if (IS_WRITTEN(our_toc_offset))
1094 MAKE_ADDR_AGAIN(our_toc_offset);
1099 record_toc (toc_section, our_toc_offset, priv,
1103 toc_section->contents + our_toc_offset);
1112 our_toc_offset
768 record_toc(asection *toc_section, bfd_signed_vma our_toc_offset, enum ref_category cat, const char *name) argument
1048 bfd_signed_vma our_toc_offset; local
[all...]

Completed in 48 milliseconds