Searched refs:text_offset (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/arch/arm/lib/ |
H A 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()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | kexec_image.c | 45 unsigned long text_offset, kernel_segment_number; in image_load() local 84 text_offset = le64_to_cpu(h->text_offset); in image_load() 88 kbuf.memsz += text_offset; in image_load() 121 kernel_segment->mem += text_offset; in image_load() 122 kernel_segment->memsz -= text_offset; in image_load()
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | booting.txt | 74 text_offset 字节处算起第一个 512MB 内。 95 u64 text_offset; /* 映像装载偏移,小端模式 */ 116 - v3.17 之前,未明确指定 text_offset 的字节序。此时,image_size 为零, 117 且 text_offset 依照内核字节序为 0x80000。 118 当 image_size 非零,text_offset 为小端模式且是有效值,应被引导加载 119 程序使用。当 image_size 为零,text_offset 可假定为 0x80000。 138 内核映像必须被放置在任意一个可用系统内存 2MB 对齐基址的 text_offset
|
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | booting.txt | 78 text_offset 字節處算起第一個 512MB 內。 99 u64 text_offset; /* 映像裝載偏移,小端模式 */ 120 - v3.17 之前,未明確指定 text_offset 的字節序。此時,image_size 爲零, 121 且 text_offset 依照內核字節序爲 0x80000。 122 當 image_size 非零,text_offset 爲小端模式且是有效值,應被引導加載 123 程序使用。當 image_size 爲零,text_offset 可假定爲 0x80000。 142 內核映像必須被放置在任意一個可用系統內存 2MB 對齊基址的 text_offset
|
/openbmc/u-boot/tools/ |
H A 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()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | image.h | 47 __le64 text_offset; member
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | image.h | 54 u64 text_offset; member
|
/openbmc/linux/Documentation/translations/zh_CN/riscv/ |
H A D | boot-image-header.rst | 27 u64 text_offset; /* Image load offset, little endian */
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | booting.rst | 56 the 512 MB region starting at text_offset bytes below the kernel Image. 79 u64 text_offset; /* Image load offset, little endian */ 100 - Prior to v3.17, the endianness of text_offset was not specified. In 101 these cases image_size is zero and text_offset is 0x80000 in the 104 text_offset can be assumed to be 0x80000. 135 The Image must be placed text_offset bytes from a 2MB aligned base
|
/openbmc/linux/Documentation/riscv/ |
H A D | boot-image-header.rst | 14 u64 text_offset; /* Image load offset, little endian */
|
/openbmc/linux/tools/perf/util/ |
H A D | map.c | 561 return rip + dso->text_offset; in map__rip_2objdump() 593 return map__unmap_ip(map, ip - dso->text_offset); in map__objdump_2mem()
|
H A D | dso.h | 183 u64 text_offset; member
|
H A D | symbol.c | 1604 dso->text_offset = section->vma - (u32)section->vma; in dso__load_bfd_symbols() 1605 dso->text_offset += (u32)bfd_asymbol_value(symbols[i]); in dso__load_bfd_symbols() 1607 dso->text_offset = section->vma - section->filepos; in dso__load_bfd_symbols() 1633 start = bfd_asymbol_value(sym) - dso->text_offset; in dso__load_bfd_symbols()
|
H A D | symbol-elf.c | 1518 dso->text_offset = tshdr.sh_addr - tshdr.sh_offset; in dso__load_sym_internal() 1576 map__set_reloc(map, map__start(map) - dso->text_offset); in dso__load_sym_internal()
|