Searched refs:text_offset (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/arch/arm/lib/ |
D | image.c | 19 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()
|
/external/u-boot/arch/riscv/lib/ |
D | image.c | 23 uint64_t text_offset; /* Image load offset */ member 51 *relocated_addr = gd->ram_base + lhdr->text_offset; in booti_setup()
|
/external/u-boot/tools/ |
D | proftool.c | 59 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()
|
/external/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.c | 654 uint32_t text_offset = 0, text_length = 0; in v3d_spec_load() local 664 text_offset = genxml_files_table[i].offset; in v3d_spec_load() 691 assert(text_offset + text_length <= total_length); in v3d_spec_load() 694 memcpy(buf, &text_data[text_offset], text_length); in v3d_spec_load()
|
/external/mesa3d/src/intel/common/ |
D | gen_decoder.c | 603 uint32_t text_offset = 0, text_length = 0; in gen_spec_load() local 609 text_offset = genxml_files_table[i].offset; in gen_spec_load() 640 assert(text_offset + text_length <= total_length); in gen_spec_load() 643 memcpy(buf, &text_data[text_offset], text_length); in gen_spec_load()
|
/external/ImageMagick/coders/ |
D | svg.c | 173 text_offset, member 1605 svg_info->text_offset.x=svg_info->bounds.x; in SVGStartElement() 1606 svg_info->text_offset.y=svg_info->bounds.y; in SVGStartElement() 1622 svg_info->text_offset.x,svg_info->text_offset.y,text); in SVGStartElement() 1735 svg_info->text_offset.x+=dx; in SVGStartElement() 1747 svg_info->text_offset.y+=dy; in SVGStartElement() 2847 svg_info->text_offset.x,svg_info->text_offset.y,text); in SVGEndElement()
|