Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/translations/zh_CN/arm64/
Dbooting.txt74 text_offset 字节处算起第一个 512MB 内。
95 u64 text_offset; /* 映像装载偏移,小端模式 */
116 - v3.17 之前,未明确指定 text_offset 的字节序。此时,image_size 为零,
117text_offset 依照内核字节序为 0x80000。
118 当 image_size 非零,text_offset 为小端模式且是有效值,应被引导加载
119 程序使用。当 image_size 为零,text_offset 可假定为 0x80000。
138 内核映像必须被放置在任意一个可用系统内存 2MB 对齐基址的 text_offset
/Linux-v4.19/Documentation/arm64/
Dbooting.txt54 the 512 MB region starting at text_offset bytes below the kernel Image.
77 u64 text_offset; /* Image load offset, little endian */
98 - Prior to v3.17, the endianness of text_offset was not specified. In
99 these cases image_size is zero and text_offset is 0x80000 in the
102 text_offset can be assumed to be 0x80000.
125 The Image must be placed text_offset bytes from a 2MB aligned base
/Linux-v4.19/arch/arm64/
DKconfig.debug34 text_offset field of the resulting Image. This can be used to
35 fuzz-test bootloaders which respect text_offset.
/Linux-v4.19/tools/perf/util/
Ddso.h171 u64 text_offset; member
Dmap.c463 return rip + map->dso->text_offset; in map__rip_2objdump()
493 return map->unmap_ip(map, ip - map->dso->text_offset); in map__objdump_2mem()
Dsymbol-elf.c959 dso->text_offset = tshdr.sh_addr - tshdr.sh_offset; in dso__load_sym()
1010 map->reloc = map->start - dso->text_offset; in dso__load_sym()