Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/lib/
H A Dimage.c19 uint64_t text_offset; /* Image load offset, LE */ member
34 uint64_t image_size, text_offset; in booti_setup() local
53 text_offset = 0x80000; in booti_setup()
56 text_offset = le64_to_cpu(ih->text_offset); in booti_setup()
68 dst = image - text_offset; in booti_setup()
72 *relocated_addr = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/openbmc/u-boot/tools/
H A Dproftool.c59 unsigned long text_offset; /* text address of first function */ variable
153 text_offset = start; in read_system_map()
333 text_offset + func->offset); in check_trace_config_line()
339 text_offset + func->offset); in check_trace_config_line()
511 text_offset + call->func); in make_ftrace()