Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dbooti.c23 uint64_t text_offset; /* Image load offset, LE */ member
39 uint64_t image_size, text_offset; in booti_setup() local
56 text_offset = 0x80000; in booti_setup()
59 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
69 dst = images->ep - text_offset; in booti_setup()
73 dst = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/rk3399_rockchip-uboot/tools/
H A Dproftool.c60 unsigned long text_offset; /* text address of first function */ variable
154 text_offset = start; in read_system_map()
334 text_offset + func->offset); in check_trace_config_line()
340 text_offset + func->offset); in check_trace_config_line()
512 text_offset + call->func); in make_ftrace()