Home
last modified time | relevance | path

Searched refs:text_start (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Ddmesg.py126 text_start = begin + utils.get_long_type().sizeof
131 if end - text_start < text_len:
132 text_len = end - text_start
134 text = text_data[text_start:text_start + text_len].decode(
/OK3568_Linux_fs/kernel/arch/x86/boot/tools/
H A Dbuild.c232 static void update_pecoff_text(unsigned int text_start, unsigned int file_sz, in update_pecoff_text() argument
236 unsigned int text_sz = file_sz - text_start; in update_pecoff_text()
265 put_unaligned_le32(text_start + efi_pe_entry, &buf[pe_header + 0x28]); in update_pecoff_text()
267 update_pecoff_section_header_fields(".text", text_start, text_sz + bss_sz, in update_pecoff_text()
268 text_sz, text_start); in update_pecoff_text()
308 static inline void update_pecoff_text(unsigned int text_start, in update_pecoff_text() argument
/OK3568_Linux_fs/kernel/arch/x86/realmode/
H A Dinit.c191 real_mode_header->text_start; in set_real_mode_permissions()
193 unsigned long text_start = in set_real_mode_permissions() local
194 (unsigned long) __va(real_mode_header->text_start); in set_real_mode_permissions()
198 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhead-64.h80 text_start = (start) + 0x100; \
86 text_start = (start); \
107 fs_start = text_start; \
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvma.c267 unsigned long text_start; in map_vdso() local
280 text_start = addr - image->sym_vvar_start; in map_vdso()
286 text_start, in map_vdso()
306 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
308 current->mm->context.vdso = (void __user *)text_start; in map_vdso()
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvma.c366 unsigned long text_start, addr = 0; in map_vdso() local
392 text_start = addr - image->sym_vvar_start; in map_vdso()
393 current->mm->context.vdso = (void __user *)text_start; in map_vdso()
399 text_start, in map_vdso()
418 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Da.out.h33 __u64 text_start; /* with a few additions that actually make sense */ member
70 #define a_textstart ah.text_start
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Didmap.c81 static void identity_mapping_add(pgd_t *pgd, const char *text_start, in identity_mapping_add() argument
87 addr = virt_to_idmap(text_start); in identity_mapping_add()
/OK3568_Linux_fs/kernel/arch/alpha/boot/tools/
H A Dobjstrip.c223 prog_name, aout->ah.text_start, in main()
224 aout->ah.text_start + fil_size, offset); in main()
/OK3568_Linux_fs/kernel/arch/mips/boot/
H A Delf2ecoff.c240 a->text_start = swab32(a->text_start); in convert_ecoff_aouthdr()
426 eah.text_start = text.vaddr; in main()
457 esecs[0].s_paddr = esecs[0].s_vaddr = eah.text_start; in main()
H A Decoff.h44 int32_t text_start; /* base of text used for this file */ member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Drealmode.h19 u32 text_start; member
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dinit.c627 unsigned long text_start = (unsigned long)_text; in mark_rodata_ro() local
633 set_memory_ro(text_start, (text_end - text_start) >> PAGE_SHIFT); in mark_rodata_ro()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Drs6000.h47 unsigned char text_start[4]; /* base of text used for this file */ member
H A Dwrapper493 text_start="-Ttext $link_address"
496 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl -o "$ofile" $map \
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcoff.h141 char text_start[4]; /* base of text used for this file */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcoff.h138 char text_start[4]; /* base of text used for this file */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcoff.h138 char text_start[4]; /* base of text used for this file */ member
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dalternative.c873 u8 *text_start = start; in alternatives_text_reserved() local
879 if (mod->text > text_end || mod->text_end < text_start) in alternatives_text_reserved()
884 if (text_start <= ptr && text_end > ptr) in alternatives_text_reserved()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dosf_sys.c69 SYSCALL_DEFINE4(osf_set_program_attributes, unsigned long, text_start, in SYSCALL_DEFINE4() argument
81 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()