Lines Matching refs:reloc
31 #include "som/reloc.h"
119 unsigned char *reloc;
631 /* These apparently are not in older versions of hpux reloc.h (hpux7). */
908 queue[0].reloc = NULL;
910 queue[1].reloc = NULL;
912 queue[2].reloc = NULL;
914 queue[3].reloc = NULL;
925 queue[3].reloc = queue[2].reloc;
927 queue[2].reloc = queue[1].reloc;
929 queue[1].reloc = queue[0].reloc;
931 queue[0].reloc = p;
946 unsigned char *tmp1 = queue[0].reloc;
949 queue[0].reloc = queue[1].reloc;
951 queue[1].reloc = tmp1;
958 unsigned char *tmp1 = queue[0].reloc;
961 queue[0].reloc = queue[2].reloc;
963 queue[2].reloc = queue[1].reloc;
965 queue[1].reloc = tmp1;
972 unsigned char *tmp1 = queue[0].reloc;
975 queue[0].reloc = queue[3].reloc;
977 queue[3].reloc = queue[2].reloc;
979 queue[2].reloc = queue[1].reloc;
981 queue[1].reloc = tmp1;
995 if (queue[0].reloc && !memcmp (p, queue[0].reloc, size)
998 if (queue[1].reloc && !memcmp (p, queue[1].reloc, size)
1001 if (queue[2].reloc && !memcmp (p, queue[2].reloc, size)
1004 if (queue[3].reloc && !memcmp (p, queue[3].reloc, size)
1482 R_DATA_ONE_SYMBOL reloc involving an ST_CODE symbol.
2834 arelent *reloc = section->orelocation[j];
2840 if (reloc->sym_ptr_ptr == NULL
2841 || bfd_is_abs_section ((*reloc->sym_ptr_ptr)->section))
2848 if (reloc->howto->type == R_DP_RELATIVE
2849 || reloc->howto->type == R_CODE_ONE_SYMBOL)
2857 if ((*reloc->sym_ptr_ptr)->flags & BSF_SECTION_SYM)
2859 (*reloc->sym_ptr_ptr)->udata.i =
2860 (*reloc->sym_ptr_ptr)->udata.i + scale;
2865 som_symbol_data (*reloc->sym_ptr_ptr)->reloc_count += scale;
3211 /* The end of an exception handling region. The reloc's
4939 fixup = reloc_queue[fp->D].reloc;