HomeSort by relevance Sort by last modified time
    Searched refs:STB (Results 1 - 22 of 22) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
regt-op.s 36 STB X,Y
63 STB $59,Y
90 STB X,$222
117 STB $223,$239
131 STB Y,$32,0
regt-op.l 39 36 007c A1170C00 STB X,Y
70 63 00e4 A13B0C00 STB \$59,Y
97 90 014c A117DE00 STB X,\$222
128 117 01b4 A1DFEF00 STB \$223,\$239
142 131 01e8 A10C2000 STB Y,\$32,0
list-insns.s 176 STB $2,$10,$151
177 STB $12,$20,205
list-insns.l 191 176 02a4 A0020A97 STB \$2,\$10,\$151
192 177 02a8 A10C14CD STB \$12,\$20,205
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 209 elfcpp::STB
248 set_undef_binding(elfcpp::STB bind)
879 elfcpp::STT type, elfcpp::STB binding,
894 elfcpp::STT, elfcpp::STB, elfcpp::STV,
902 elfcpp::STB binding, elfcpp::STV visibility,
910 elfcpp::STB binding, elfcpp::STV visibility,
916 elfcpp::STB binding, elfcpp::STV visibility,
1008 elfcpp::STB binding_ : 4;
    [all...]
symtab.cc 55 elfcpp::STT type, elfcpp::STB binding,
136 elfcpp::STB binding, elfcpp::STV visibility,
155 elfcpp::STB binding, elfcpp::STV visibility,
174 elfcpp::STT type, elfcpp::STB binding,
190 elfcpp::STT type, elfcpp::STB binding,
234 elfcpp::STB binding,
254 elfcpp::STB binding,
273 elfcpp::STT type, elfcpp::STB binding,
288 elfcpp::STT type, elfcpp::STB binding,
    [all...]
resolve.cc 175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic,
376 elfcpp::STB tobinding = to->binding();
    [all...]
incremental.cc     [all...]
plugin.cc 1072 elfcpp::STB bind;
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 519 enum STB
561 inline STB
564 return static_cast<STB>(info >> 4);
574 elf_st_info(STB bind, STT type)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/
allinsn.s 181 .global stb
182 stb: label
183 STB r14, @r15
184 stb r0, @(r13, r1)
185 STB r2, @(r14, -128)
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 126 StringTableBuilder &STB,
303 StringTableBuilder &STB,
309 << STB.data();
310 SHeader.sh_size = STB.data().size();
  /external/v8/src/ppc/
constants-ppc.h 128 STB = 38 << 26, // Store Byte
assembler-ppc.cc 1206 void Assembler::stb(Register dst, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
simulator-ppc.cc     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
m88k.h 284 #define STB LDHU+1
nios2r1.h 443 #define MATCH_R1_STB MATCH_R1_OP (STB)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_dbdao.h 324 #define STB(pstr) V_BSTR(((LPVARIANT)STV(pstr)))
338 #define SPROPSET(intDAO,meth,s) do { intDAO *p = (intDAO *)GetInterface(); DAOMFC_CALL(p->meth(STB(s))); } while(0)
  /toolchain/binutils/binutils-2.25/opcodes/
m88k-dis.c 77 {0x2c000000,"st.b ",{21,5,REG} ,{16,5,REG} ,{0,16,HEX}, {1,1,NA,STB ,i16bit,1,0,1,0,0,0,1,0,0,0,0} },
78 {0xf4002c00,"st.b ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {1,1,NA,STB ,0,1,1,1,0,0,0,1,0,0,0,0} },
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 619 Opc = Is32BitInt ? PPC::STB : PPC::STB8;
691 case PPC::STB: Opc = PPC::STBX; break;
    [all...]
PPCRegisterInfo.cpp 66 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX;
    [all...]
PPCISelDAGToDAG.cpp     [all...]

Completed in 1212 milliseconds