Searched refs:tmpdata (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/net/ |
D | dm9000x.c | 193 u32 tmpdata; in dm9000_rx_status_32bit() local 197 tmpdata = DM9000_inl(DM9000_DATA); in dm9000_rx_status_32bit() 198 *RxStatus = __le16_to_cpu(tmpdata); in dm9000_rx_status_32bit() 199 *RxLen = __le16_to_cpu(tmpdata >> 16); in dm9000_rx_status_32bit()
|
/external/elfutils/libdwfl/ |
D | relocate.c | 405 Elf_Data tmpdata = in relocate() local 429 Elf_Data *d = gelf_xlatetom (relocated, &tmpdata, &rdata, in relocate() 433 assert (d == &tmpdata); in relocate() 453 Elf_Data *d = gelf_xlatetom (relocated, &tmpdata, &rdata, in relocate() 457 assert (d == &tmpdata); in relocate() 474 Elf_Data *s = gelf_xlatetof (relocated, &rdata, &tmpdata, in relocate()
|
/external/elfutils/src/ |
D | strip.c | 587 Elf_Data tmpdata = in remove_debug_relocations() local 612 Elf_Data *d = gelf_xlatetom (elf, &tmpdata, in remove_debug_relocations() 617 assert (d == &tmpdata); in remove_debug_relocations() 625 Elf_Data *d = gelf_xlatetom (elf, &tmpdata, in remove_debug_relocations() 630 assert (d == &tmpdata); in remove_debug_relocations() 650 &tmpdata, in remove_debug_relocations()
|