Searched refs:__text_start (Results 1 – 17 of 17) sorted by relevance
121 off = relocaddr - (unsigned long)__text_start; in relocate_code()126 length = __image_copy_end - __text_start; in relocate_code()127 memcpy((void *)relocaddr, __text_start, length); in relocate_code()
29 size_t len = (uintptr_t)&__data_end - (uintptr_t)&__text_start; in copy_uboot_to_ram()33 memcpy((void *)gd->relocaddr, (void *)&__text_start, len); in copy_uboot_to_ram()141 uintptr_t size = (uintptr_t)&__bss_end - (uintptr_t)&__text_start; in do_elf_reloc_fixups()
13 extern char __text_start[];
16 __text_start = .; symbol
18 __text_start = .; symbol
60 extern char __text_start[];
20 __text_start = .; symbol
22 __text_start = .; symbol
56 const u8 *__text_start = &__fips140_text_start; variable379 memcpy(textcopy, __text_start, textsize); in check_fips140_module_hmac()
40 __text_start = .;174 __text_start = .;
416 - __text_start = .;417 + HIDDEN(__text_start = .);
108 set a breakpoint to its entry point (__text_start) and start emulation:112 (gdb) hbreak __text_start
19 __text_start = .; define