Searched defs:dst (Results 1 - 20 of 20) sorted by relevance

/gem5/ext/libelf/
H A Dgelf_xlate.c35 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
41 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
47 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
53 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
59 gelf_xlatetom(Elf *e, Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
69 gelf_xlatetof(Elf *e, Elf_Data *dst, const Elf_Data *src, unsigned int encoding) argument
[all...]
H A Delf_data.c40 char *dst; local
H A Dgelf_dyn.c34 gelf_getdyn(Elf_Data *d, int ndx, GElf_Dyn *dst) argument
H A Dgelf_rel.c35 gelf_getrel(Elf_Data *d, int ndx, GElf_Rel *dst) argument
H A Dgelf_rela.c35 gelf_getrela(Elf_Data *d, int ndx, GElf_Rela *dst) argument
H A Dgelf_sym.c35 gelf_getsym(Elf_Data *d, int ndx, GElf_Sym *dst) argument
[all...]
H A Dgelf_symshndx.c35 gelf_getsymshndx(Elf_Data *d, Elf_Data *id, int ndx, GElf_Sym *dst, argument
H A Dlibelf_xlate.c45 _libelf_xlate(Elf_Data *dst, const Elf_Data *src, unsigned int encoding, argument
[all...]
H A Delf_update.c509 Elf_Data *d, dst; local
628 Elf_Data dst, src; local
[all...]
/gem5/src/cpu/o3/
H A Drename_map.cc207 VecReg dst = new_RF[i].as<TheISA::VecElem>(); local
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc198 NetDest dst = m_routing_table[link]; local
/gem5/src/mem/ruby/network/
H A DTopology.cc101 int dst = router_dst->params()->router_id + 2*m_nodes; local
140 int dst = src_dest.second; local
/gem5/src/dev/
H A Ddma_device.cc340 DmaReadFifo::tryGet(uint8_t *dst, size_t len) argument
352 DmaReadFifo::get(uint8_t *dst, size_t len) argument
/gem5/src/dev/virtio/
H A Dbase.cc144 VirtDescriptor::read(size_t offset, uint8_t *dst, size_t size) const argument
168 VirtDescriptor::chainRead(size_t offset, uint8_t *dst, size_t size) const argument
/gem5/src/arch/hsail/insts/
H A Dmem.hh536 int dst = this->dest.regIndex() + k; variable
1520 int dst = this->dest.regIndex(); variable
/gem5/src/dev/net/
H A Dns_gige.cc1917 const EthAddr &dst = eth->dst(); local
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.h116 operand dst; /* destination operand */ member in struct:instr
/gem5/src/base/
H A Dinet.hh146 const EthAddr &dst() const { return *(EthAddr *)&eth_dst; } function in struct:Net::EthHdr
266 uint32_t dst() const { return ntohl(ip_dst); } function in struct:Net::IpHdr
374 const uint8_t* dst() const { return ip6_dst.data; } function in struct:Net::Ip6Hdr
H A Dremote_gdb.cc244 char *dst = vdst; local
261 char *dst = vdst; local
/gem5/system/alpha/console/
H A Dconsole.c778 strcpy(char *dst, char *src) argument

Completed in 47 milliseconds