Searched refs:RELOC_BITS1_EXTERN_LITTLE (Results 1 – 4 of 4) sorted by relevance
113 #define RELOC_BITS1_EXTERN_LITTLE 0x01 macro
506 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in alpha_ecoff_swap_reloc_in()581 ext->r_bits[1] = ((intern->r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0) in alpha_ecoff_swap_reloc_out()1281 ext_rel->r_bits[1] &=~ RELOC_BITS1_EXTERN_LITTLE; in alpha_convert_external_reloc()1533 r_extern = (ext_rel->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in alpha_relocate_section()
506 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in alpha_ecoff_swap_reloc_in()581 ext->r_bits[1] = ((intern->r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0) in alpha_ecoff_swap_reloc_out()1283 ext_rel->r_bits[1] &=~ RELOC_BITS1_EXTERN_LITTLE; in alpha_convert_external_reloc()1535 r_extern = (ext_rel->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in alpha_relocate_section()