Searched refs:LOP (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | mmo.c | 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() [all …]
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
D | bspec802.s | 4 % an ending LOP-something, hence a non-LOP_QUOTE in the name.
|
D | bspec804.s | 6 % an ending LOP-something, hence a non-LOP_QUOTE in the section
|
D | bspec803.s | 6 % an ending LOP-something, hence a non-LOP_QUOTE in the section flags.
|
D | bspec806.s | 7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
|
D | bspec805.s | 7 % an ending LOP-something, hence a non-LOP_QUOTE in the section
|
D | spec802.d | 7 # #2: non-quote LOP in name.
|
D | spec805.d | 7 # #5: non-quote LOP in section length, low part.
|
D | spec806.d | 7 # #6: non-quote LOP in section vma, high part.
|
D | spec807.d | 7 # #7: non-quote LOP in section vma, low part.
|
D | spec804.d | 7 # #4: non-quote LOP in section length, high part.
|
D | spec803.d | 7 # #3: LOP_QUOTE in name and non-quote LOP in section flags.
|