Home
last modified time | relevance | path

Searched refs:base_addr (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/
Delf_utils.cpp36 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/
Dfastboot.cpp82 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()