Lines Matching +defs:relocs +defs:x
370 #define BADMAG(x) SHBADMAG(x) argument
1557 #define USES1_REG(x) ((x & 0x0f00) >> 8) argument
1562 #define USES2_REG(x) ((x & 0x00f0) >> 4) argument
1570 #define SETS1_REG(x) ((x & 0x0f00) >> 8) argument
1575 #define SETS2_REG(x) ((x & 0x00f0) >> 4) argument
1589 #define USESF1_REG(x) ((x & 0x0f00) >> 8) argument
1594 #define USESF2_REG(x) ((x & 0x00f0) >> 4) argument
1602 #define SETSF1_REG(x) ((x & 0x0f00) >> 8) argument
1605 #define USESAS_REG(x) (((((x) >> 8) - 2) & 3) + 2) argument
1608 #define SETSAS_REG(x) USESAS_REG (x) argument
2308 void * relocs, in _bfd_sh_align_load_span()
2518 void * relocs, in sh_swap_insns()
2728 struct internal_reloc *relocs, in sh_relocate_section()