HomeSort by relevance Sort by last modified time
    Searched defs:opd (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 46 Operand* opd = operandStack.top(); local
48 op->appendOperand(opd);
80 Operand* opd = llvm::cast<Operand>(*it); local
81 switch (opd->type()) {
85 if (!opd->isDot()) {
86 SymOperand* sym_opd = llvm::cast<SymOperand>(opd);
95 operandStack.push(opd);
99 operandStack.push(opd);
  /external/aac/libSBRenc/src/
ps_bitenc.h 127 /* opd data */
129 INT opd[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member in struct:T_PS_OUT
  /external/valgrind/none/tests/tilegx/
gen_insn_test.c 231 const struct tilegx_operand *opd = local
234 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
260 decoded.operands[i] = opd;
261 ULong x = opd->insert(op);
278 const struct tilegx_operand *opd = local
281 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
339 const struct tilegx_operand *opd = local
342 if (opd->type == TILEGX_OP_TYPE_REGISTER) {
369 decoded.operands[i] = opd;
370 ULong x = opd->insert(op)
381 const struct tilegx_operand *opd = local
421 const struct tilegx_operand *opd; local
    [all...]
  /external/ltrace/
ltrace-elf.h 60 Elf_Data *opd; member in struct:ltelf
  /external/valgrind/VEX/priv/
tilegx_disasm.c 7681 const struct tilegx_operand *opd = local
    [all...]
guest_tilegx_toIR.c 295 ULong opd[4]; local
426 opd[0] = opd[1] = opd[2] = opd[3] = -1;
433 opd[opi] = decoded[n].operand_values[opi];
474 opd[0] = cins;
529 opd[0], which will be used in the dirty helper. */
531 opd[0] = cins;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-hppa.c 467 /* Return a pointer to the local DLT, PLT and OPD reference counts
481 /* Allocate space for local DLT, PLT and OPD reference
740 of a OPD descriptor. Thus we need to make a DLT entry that points
741 to an OPD entry. */
758 /* This is a simple OPD entry. */
858 /* This is a OPD for a local symbol. */
927 entries in .opd for them. */
1056 /* We never need an opd entry for a symbol which is not
1065 we have to create an opd descriptor. */
1074 initialize the .opd entry. Make sure the symbol get
1148 asection *opd; local
    [all...]
elf64-ppc.c 231 /* Since .opd is an array of descriptors and each entry will end up
233 propagate .opd relocs; The dynamic linker should be taught to
234 relocate .opd without reloc entries. */
2794 } opd; member in struct:ppc64_elf_obj_tdata
2965 } opd; member in union:_ppc64_elf_section_data::__anon74943
3160 asection *opd = NULL; local
4978 asection *opd = bfd_get_section_by_name (ibfd, ".opd"); local
6338 struct _opd_sec_data *opd; local
7390 struct _opd_sec_data *opd; local
7615 struct _opd_sec_data *opd; local
11530 struct _opd_sec_data *opd; local
12078 struct _opd_sec_data *opd; local
13070 struct _opd_sec_data *opd; local
14832 struct _opd_sec_data *opd; local
    [all...]
  /external/libmtp/src/
libmtp.c 130 static uint16_t adjust_u16(uint16_t val, PTPObjectPropDesc *opd);
131 static uint32_t adjust_u32(uint32_t val, PTPObjectPropDesc *opd);
889 PTPObjectPropDesc opd; local
1760 PTPObjectPropDesc opd; local
2919 PTPObjectPropDesc opd; local
5708 PTPObjectPropDesc opd; local
5861 PTPObjectPropDesc opd; local
6023 PTPObjectPropDesc opd; local
6244 PTPObjectPropDesc opd; local
7109 PTPObjectPropDesc opd; local
7260 PTPObjectPropDesc opd; local
7390 PTPObjectPropDesc opd; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 112 // The .opd section shndx.
122 // Init OPD entry arrays.
130 // Return section and offset of function entry for .opd + R_OFF.
142 // Set section and offset of function entry for .opd + R_OFF.
152 // Return discard flag for .opd + R_OFF.
161 // Set discard flag for .opd + R_OFF.
178 // Examine .rela.opd to build info about function entry points.
184 // Perform the Sized_relobj_file method, then set up opd info from
185 // .opd relocs.
212 // Add a reference from SRC_OBJ, SRC_INDX to this object's .opd
1939 const unsigned char* opd; local
    [all...]
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 

Completed in 1424 milliseconds