Searched refs:base_addr (Results 1 – 2 of 2) sorted by relevance
/system/core/debuggerd/ |
D | elf_utils.cpp | 36 Backtrace* backtrace, uintptr_t base_addr, uint8_t* e_ident, std::string* build_id) { in get_build_id() argument 42 if (backtrace->Read(base_addr + EI_NIDENT, reinterpret_cast<uint8_t*>(&hdr) + EI_NIDENT, in get_build_id() 49 if (backtrace->Read(base_addr + hdr.e_phoff + i * hdr.e_phentsize, in get_build_id() 56 uintptr_t addr = base_addr + phdr.p_offset; in get_build_id()
|
/system/core/fastboot/ |
D | fastboot.cpp | 82 static unsigned base_addr = 0x10000000; variable 455 page_size, base_addr, tags_offset, &bsize); in load_bootable_image() 1298 base_addr = strtoul(optarg, 0, 16); in main()
|