Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 36) sorted by relevance

12

/components/libc/posix/libdl/arch/
A Darm.c22 Elf32_Addr *where, tmp; in dlmodule_relocate() local
36 where, *where); in dlmodule_relocate()
47 *where = (*where & 0xff000000) | (tmp & 0x00ffffff); in dlmodule_relocate()
49 where, *where); in dlmodule_relocate()
52 *where += sym_val - (Elf32_Addr)where; in dlmodule_relocate()
54 where, *where, sym_val, rel->r_offset); in dlmodule_relocate()
57 *where &= 0xf000000f; in dlmodule_relocate()
65 where, *where, sym_val); in dlmodule_relocate()
72 where, *where, sym_val); in dlmodule_relocate()
77 *where = (Elf32_Addr)sym_val + *where; in dlmodule_relocate()
[all …]
A Driscv.c35 Elf64_Addr *where, tmp; in dlmodule_relocate() local
39 where = (Elf64_Addr *)((rt_uint8_t *)module->mem_space in dlmodule_relocate()
47 *where = (Elf64_Addr)(sym_val + rel->r_addend); in dlmodule_relocate()
48 LOG_D("R_RISCV_64: %x -> %x",where, *where); in dlmodule_relocate()
51 … *where = (Elf64_Addr)((rt_uint8_t *)module->mem_space - module->vstart_addr + rel->r_addend); in dlmodule_relocate()
52 LOG_D("R_RISCV_RELATIVE: %x -> %x",where, *where); in dlmodule_relocate()
55 *where = (Elf64_Addr)sym_val; in dlmodule_relocate()
56 LOG_D("R_RISCV_JUMP_SLOT: %x -> %x",where, *where); in dlmodule_relocate()
A Dx86.c25 Elf32_Addr *where, tmp; in dlmodule_relocate() local
29 where = (Elf32_Addr *)((rt_uint8_t *)module->mem_space in dlmodule_relocate()
37 *where = (Elf32_Addr)sym_val; in dlmodule_relocate()
40 (uint32_t)where, *where, sym_val); in dlmodule_relocate()
43 *where = (Elf32_Addr)sym_val + *where; in dlmodule_relocate()
45 (uint32_t)where, *where, sym_val); in dlmodule_relocate()
/components/drivers/pci/
A Decam.c39 void *pci_ecam_map(struct rt_pci_bus *bus, rt_uint32_t devfn, int where) in pci_ecam_map() argument
53 where &= PCIE_ECAM_REG_MASK; in pci_ecam_map()
54 map = win + (bus_offset | devfn_offset | where); in pci_ecam_map()
58 map = win + PCIE_ECAM_OFFSET(busn, devfn, where); in pci_ecam_map()
A Decam.h41 #define PCIE_ECAM_OFFSET(bus, devfn, where) \ argument
42 (PCIE_ECAM_BUS(bus) | PCIE_ECAM_DEVFN(devfn) | PCIE_ECAM_REG(where))
63 void *pci_ecam_map(struct rt_pci_bus *bus, rt_uint32_t devfn, int where);
/components/drivers/pci/host/
A Dpci-host-generic.c26 static void *pci_dw_ecam_map_bus(struct rt_pci_bus *bus, rt_uint32_t devfn, int where) in pci_dw_ecam_map_bus() argument
35 return pci_ecam_map(bus, devfn, where); in pci_dw_ecam_map_bus()
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs.x383 diropargs3 where; member
405 diropargs3 where; member
432 diropargs3 where; member
470 diropargs3 where; member
A Ddfs_nfs.c351 args.where.dir = *handle; in nfs_create()
352 args.where.name = strrchr(name, '/') + 1; in nfs_create()
353 if (args.where.name == NULL) in nfs_create()
355 args.where.name = (char *)name; in nfs_create()
400 args.where.dir = *handle; in nfs_mkdir()
401 args.where.name = strrchr(name, '/') + 1; in nfs_mkdir()
402 if (args.where.name == NULL) in nfs_mkdir()
404 args.where.name = (char *)name; in nfs_mkdir()
A Dnfs.h483 diropargs3 where; member
510 diropargs3 where; member
543 diropargs3 where; member
585 diropargs3 where; member
A Dnfs_xdr.c837 if (!xdr_diropargs3(xdrs, &objp->where)) in xdr_CREATE3args()
885 if (!xdr_diropargs3(xdrs, &objp->where)) in xdr_MKDIR3args()
943 if (!xdr_diropargs3(xdrs, &objp->where)) in xdr_SYMLINK3args()
1021 if (!xdr_diropargs3(xdrs, &objp->where)) in xdr_MKNOD3args()
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Drpc_msg.h104 char* where; member
A Drpc_prot.c96 return ((*(ar->ar_results.proc)) (xdrs, ar->ar_results.where)); in xdr_accepted_reply()
A Dclnt_udp.c267 reply_msg.acpted_rply.ar_results.where = resultsp; in clntudp_call()
/components/utilities/libadt/uthash/
A Duthash.h519 #define HASH_FSCK(hh,head,where) \ argument
533 (where), (void*)_thh->hh_prev, (void*)_prev); \
542 (where), (head)->hh.tbl->buckets[_bkt_i].count, _bkt_count); \
547 (where), (head)->hh.tbl->num_items, _count); \
556 (where), (void*)_thh->prev, (void*)_prev); \
563 (where), (head)->hh.tbl->num_items, _count); \
568 #define HASH_FSCK(hh,head,where) argument
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile58 # entered, it will be relative to the location where doxygen was started. If
66 # option can be useful when feeding doxygen a huge amount of source files, where
162 # will be relative from the directory where doxygen is started.
280 # using this tag. The format is ext=language, where ext is a file extension, and
679 # popen()) the command command input-file, where command is the value of the
906 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1625 # to a relative location where the documentation can be found. The format is:
1811 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
2149 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
2264 # the path where dot can find it using this tag.
[all …]
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile58 # entered, it will be relative to the location where doxygen was started. If
66 # option can be useful when feeding doxygen a huge amount of source files, where
162 # will be relative from the directory where doxygen is started.
280 # using this tag. The format is ext=language, where ext is a file extension, and
688 # popen()) the command command input-file, where command is the value of the
917 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1636 # to a relative location where the documentation can be found. The format is:
1822 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
2172 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
2287 # the path where dot can find it using this tag.
[all …]
A Dlwip.Doxyfile.cmake.in58 # entered, it will be relative to the location where doxygen was started. If
66 # option can be useful when feeding doxygen a huge amount of source files, where
162 # will be relative from the directory where doxygen is started.
280 # using this tag. The format is ext=language, where ext is a file extension, and
688 # popen()) the command command input-file, where command is the value of the
917 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1636 # to a relative location where the documentation can be found. The format is:
1822 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
2172 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
2287 # the path where dot can find it using this tag.
[all …]
/components/net/lwip/lwip-2.0.3/doc/
A Dmdns.txt32 The MDNS code puts its structs on the stack where suitable to reduce dynamic
A Dsavannah.txt15 To perform an anonymous Git clone of the master branch (this is where
/components/net/lwip/lwip-2.1.2/doc/
A Dmdns.txt32 The MDNS code puts its structs on the stack where suitable to reduce dynamic
A Dsavannah.txt15 To perform an anonymous Git clone of the master branch (this is where
/components/net/lwip/lwip-2.0.3/
A DUPGRADING36 …* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only).
238 * Corrected PBUF_POOL_BUFSIZE for ports where ETH_PAD_SIZE > 0
/components/net/lwip/lwip-1.4.1/doc/
A Dsavannah.txt15 To perform an anonymous CVS checkout of the main trunk (this is where
/components/net/lwip/lwip-2.1.2/
A DUPGRADING71 …* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only).
273 * Corrected PBUF_POOL_BUFSIZE for ports where ETH_PAD_SIZE > 0
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG332 calculation (and use them throughout the stack where applicable)
743 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h
1056 conditional code to assert where applicable), check pbuf length before
1110 * many ppp files: bug #27267: Added include to string.h where needed
1370 connections where no reset required (bug #25622)
2089 and/or warnings on some systems where mem_size_t and size_t differ.
2299 pbuf implementations, where PBUF_RAM pbufs might be chained.
2372 where TCP flags wasn't initialized in tcp_keepalive.
2471 (single-thread / NO_SYS / polling environment where e.g.
2896 * .c: Added <string.h> and <errno.h> includes where used.
[all …]

Completed in 40 milliseconds

12