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

  /external/elfcopy/
dwarf.h 72 unsigned long base_address; member in struct:__anon3374
dwarf.c 2426 unsigned long base_address; local
2854 unsigned long base_address; local
2907 offset, begin + base_address, end + base_address); local
    [all...]
  /external/grub/netboot/
w89c840.c 273 static int mdio_read(int base_address, int phy_id, int location);
274 static void mdio_write(int base_address, int phy_id, int location, int value);
788 static int mdio_read(int base_address, int phy_id, int location)
790 long mdio_addr = base_address + MIICtrl;
817 static void mdio_write(int base_address, int phy_id, int location, int value)
819 long mdio_addr = base_address + MIICtrl;
  /external/chromium/base/
process_util_win.cc 544 void* base_address = NULL; local
545 while (VirtualQueryEx(process_, base_address, &mbi, sizeof(mbi)) ==
562 if (new_base <= base_address) {
568 base_address = new_base;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 45 __u64 base_address; member in struct:kvm_ioapic_state
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
edd.h 86 __u16 base_address; member in struct:edd_device_params::__anon14345::__anon14346
  /external/kernel-headers/original/linux/
dmaengine.h 346 char *base_address; member in struct:dma_page_list
  /external/chromium/net/url_request/
url_request_unittest.h 375 GURL TestServerPage(const std::string& base_address,
377 return GURL(base_address + path);
  /hardware/broadcom/wlan/bcm4329/src/include/
linuxver.h 200 #define pci_resource_start(dev, bar) ((dev)->base_address[(bar)])

Completed in 693 milliseconds