Searched refs:load_base (Results 1 – 2 of 2) sorted by relevance
63 entry->load_base = 0; in parse_line()83 entry->load_base = 0; in read_loadbase()106 entry->load_base = phdr.p_vaddr; in read_loadbase()165 *rel_pc = pc - entry->start + entry->load_base; in find()
49 uintptr_t load_base; member