Searched refs:LOP_QUOTE (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
D | b-badquot.s | 2 % b-twoinsn.s and b-goodmain.s, and will provide a LOP_QUOTE with invalid;
|
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 | spec803.d | 7 # #3: LOP_QUOTE in name and non-quote LOP in section flags.
|
D | sec-12.d | 9 # LOP_QUOTE hits the corresponding aligned address. This is a
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | mmo.c | 211 #define LOP_QUOTE 0 macro 225 #define LOP_QUOTE_NEXT ((LOP << 24) | (LOP_QUOTE << 16) | 1) 1038 if (buf[1] != LOP_QUOTE) in mmo_get_spec_section() 1066 if (secname[i * 4 + 1] != LOP_QUOTE in mmo_get_spec_section() 1078 && (buf[1] != LOP_QUOTE || bfd_bread (buf, 4, abfd) != 4))) in mmo_get_spec_section() 1086 && (buf[1] != LOP_QUOTE || bfd_bread (buf, 4, abfd) != 4))) in mmo_get_spec_section() 1095 && (buf[1] != LOP_QUOTE || bfd_bread (buf, 4, abfd) != 4))) in mmo_get_spec_section() 1107 && (buf[1] != LOP_QUOTE || bfd_bread (buf, 4, abfd) != 4))) in mmo_get_spec_section() 1115 && (buf[1] != LOP_QUOTE || bfd_bread (buf, 4, abfd) != 4))) in mmo_get_spec_section() 1618 if ((buf[1] != LOP_QUOTE || y != 0 || z != 1) in mmo_scan() [all …]
|
D | ChangeLog-2014 | 2345 (mmo_scan) <case LOP_QUOTE>: Move re-alignment of vma before
|