Home
last modified time | relevance | path

Searched refs:LOP (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dmmo.c210 #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()
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
Dbspec802.s4 % an ending LOP-something, hence a non-LOP_QUOTE in the name.
Dbspec804.s6 % an ending LOP-something, hence a non-LOP_QUOTE in the section
Dbspec803.s6 % an ending LOP-something, hence a non-LOP_QUOTE in the section flags.
Dbspec806.s7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
Dbspec805.s7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
Dspec802.d7 # #2: non-quote LOP in name.
Dspec805.d7 # #5: non-quote LOP in section length, low part.
Dspec806.d7 # #6: non-quote LOP in section vma, high part.
Dspec807.d7 # #7: non-quote LOP in section vma, low part.
Dspec804.d7 # #4: non-quote LOP in section length, high part.
Dspec803.d7 # #3: LOP_QUOTE in name and non-quote LOP in section flags.