Searched refs:R_POS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/binutils/include/coff/
H A Dxcoff.h64 #define R_POS (0x00) macro
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcoff64-rs6000.c187 xcoff_reloc_type_pos, /* R_POS (0x00) */
1383 HOWTO (R_POS, /* type */
1723 HOWTO (R_POS, /* type */
1808 if (R_POS == internal->r_type)
2416 reloc.r_type = R_POS;
2446 reloc.r_type = R_POS;
2476 reloc.r_type = R_POS;
2518 "R_POS", /* name */
H A Dxcofflink.c1320 /* 32 bit R_POS r_size is 31
1321 64 bit R_POS r_size is 63 */
1324 && rel->r_type == R_POS
2338 case R_POS:
4464 case R_POS:
4800 /* 32 bit uses a 32 bit R_POS to do the relocations
4801 64 bit uses a 64 bit R_POS to do the relocations
4819 irel->r_type = R_POS;
4825 ldrel.l_rtype = (irel->r_size << 8) | R_POS;
4927 irel->r_type = R_POS;
[all...]
H A Dcoff-rs6000.c197 xcoff_reloc_type_pos, /* R_POS (0x00) */
609 HOWTO (R_POS, /* type */
617 "R_POS", /* name */
3253 R_POS:
3334 is the same as case R_POS.
3339 this is the same as R_POS.
3870 reloc.r_type = R_POS;
3905 reloc.r_type = R_POS;
3931 reloc.r_type = R_POS;
3968 "R_POS", /* nam
[all...]

Completed in 79 milliseconds