Lines Matching refs:LOP
210 #define LOP 0x98 macro
225 #define LOP_QUOTE_NEXT ((LOP << 24) | (LOP_QUOTE << 16) | 1)
228 ((LOP << 24) | (LOP_SPEC << 16) | SPEC_DATA_SECTION)
521 || b[0] != LOP || b[1] != LOP_PRE || b[2] != 1) in mmo_object_p()
530 if (b[0] != LOP || b[1] != LOP_END || ! mmo_mkobject (abfd)) in mmo_object_p()
801 if (((value >> 24) & 0xff) == LOP) in mmo_write_tetra()
852 if (loc[0] == LOP) in mmo_write_chunk()
963 mmo_write_tetra_raw (abfd, (LOP << 24) | (LOP_LOC << 16) | 2); in mmo_write_loc_chunk()
1036 if (buf[0] == LOP) in mmo_get_spec_section()
1062 if (secname[i * 4] == (char) LOP) in mmo_get_spec_section()
1077 || (buf[0] == LOP in mmo_get_spec_section()
1085 || (buf[0] == LOP in mmo_get_spec_section()
1094 || (buf[0] == LOP in mmo_get_spec_section()
1106 || (buf[0] == LOP in mmo_get_spec_section()
1114 || (buf[0] == LOP in mmo_get_spec_section()
1611 if (buf[0] == LOP) in mmo_scan()
2310 const char lop_pre_bfd[] = { LOP, LOP_PRE, 1, 1}; in mmo_internal_write_header()
2332 mmo_write_tetra_raw (abfd, (LOP << 24) | (LOP_POST << 16) | z); in mmo_internal_write_post()
2494 mmo_write_tetra_raw (abfd, (LOP << 24) | (LOP_SPEC << 16) | n); in mmo_internal_write_section()
3089 bfd_put_32 (abfd, (LOP << 24) | (LOP_STAB << 16), buf); in mmo_write_symbols_and_terminator()
3123 bfd_put_32 (abfd, (LOP << 24) | (LOP_END << 16) | trie_len, buf); in mmo_write_symbols_and_terminator()