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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
startv1.s 2 .section .opd,"aw",@progbits
funv1.s 3 .section .opd,"aw",@progbits
  /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/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/llvm/test/MC/PowerPC/
tls-ie-obj.s 12 .section .opd,"aw",@progbits
ppc64-relocs-01.s 4 .section .opd,"aw",@progbits
32 # The .opd entry for the 'access_int64' function creates 2 relocations:
37 # CHECK: Section ({{[0-9]+}}) .rela.opd {
tls-gd-obj.s 13 .section .opd,"aw",@progbits
tls-ld-obj.s 12 .section .opd,"aw",@progbits
  /external/valgrind/VEX/priv/
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...]
tilegx_disasm.c 7681 const struct tilegx_operand *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...]
ptp-pack.c 797 ptp_unpack_OPD (PTPParams *params, unsigned char* data, PTPObjectPropDesc *opd, unsigned int opdlen)
801 memset (opd, 0, sizeof(*opd));
802 opd->ObjectPropertyCode=dtoh16a(&data[PTP_opd_ObjectPropertyCode]);
803 opd->DataType=dtoh16a(&data[PTP_opd_DataType]);
804 opd->GetSet=dtoh8a(&data[PTP_opd_GetSet]);
807 ret = ptp_unpack_DPV (params, data, &offset, opdlen, &opd->FactoryDefaultValue, opd->DataType);
810 opd->GroupCode=dtoh32a(&data[offset]);
813 opd->FormFlag=dtoh8a(&data[offset])
    [all...]
ptp.c     [all...]
  /external/elfutils/tests/
run-dwflsyms.sh 428 13: FUNC GLOBAL _start (4) 0x103d0, rel: 0x103d0 (.opd) [0x2d8, rel: 0 (.text)]
462 13: FUNC GLOBAL _start (4) 0x461c03d0, rel: 0x103d0 (.opd) [0x461b02d8, rel: 0 (.text)]
503 32: FUNC GLOBAL cleanup_module (24) 0x160, rel: 0x10 (.opd)
505 34: FUNC GLOBAL init_module (24) 0x150, rel: 0 (.opd)
561 36: FUNC LOCAL deregister_tm_clones (0) 0x20040, rel: 0x20040 (.opd) [0x910, rel: 0x70 (.text)]
562 37: FUNC LOCAL register_tm_clones (0) 0x20050, rel: 0x20050 (.opd) [0x980, rel: 0xe0 (.text)]
563 38: FUNC LOCAL __do_global_dtors_aux (0) 0x20060, rel: 0x20060 (.opd) [0x9f0, rel: 0x150 (.text)]
566 41: FUNC LOCAL frame_dummy (0) 0x20070, rel: 0x20070 (.opd) [0xa50, rel: 0x1b0 (.text)]
571 46: FUNC LOCAL foo (76) 0x20090, rel: 0x20090 (.opd) [0xb34, rel: 0x294 (.text)]
582 57: FUNC GLOBAL __libc_csu_fini (16) 0x200c0, rel: 0x200c0 (.opd) [0xcd0, rel: 0x430 (.text)
    [all...]
run-addrname-test.sh 303 # .section ".opd","aw"
320 _start (.opd)
322 _start+0x3 (.opd)
332 _start (.opd)
run-elfputzdata.sh 198 Cannot compress 21 .opd
237 Cannot compress 21 .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
ps_bitenc.cpp 535 psOut->opd[env],
606 /* write ipd opd data */
610 /* byte align the ipd opd data */
  /external/ltrace/
ltrace-elf.h 60 Elf_Data *opd; member in struct:ltelf
ltrace-elf.c 652 else if (strcmp(name, ".opd") == 0) {
655 lte->opd = elf_rawdata(scn, NULL);
986 /* On arches that support OPD, the value of typical
987 * function symbol will be a pointer to .opd, but some
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
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...]
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...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_ColorMatrix.S 21 .macro vmxx_f32 i, mask, opd, opa, opb
24 fmla \opd, \opa, \opb
26 fmul \opd, \opa, \opb
31 .macro vadd_f32 i, mask, opd, opa, opb, stupidsyntax1, stupidsyntax2
34 fadd \opd, \opa, \opb
41 .macro vmxx_s16 i, mask, opd, opa, opb
44 smlal \opd, \opa, \opb
46 smull \opd, \opa, \opb
51 .macro vmxx2_s16 i, mask, opd, opa, opb
54 smlal2 \opd, \opa, \op
    [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 512 milliseconds