Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 8 of 8) sorted by relevance

/qemu/linux-user/
H A Dflatload.c57 abi_ulong start_code; /* Start of text segment */ member
118 abi_ulong start_code; in calc_reloc() local
124 start_code = p[id].start_code; in calc_reloc()
130 (int) r,(int)(start_brk-start_code),(int)text_len); in calc_reloc()
135 addr = r + start_code; in calc_reloc()
163 ptr = (uint32_t *) ((unsigned long) libinfo->start_code + offset); in old_reloc()
176 *ptr += libinfo->start_code; in old_reloc()
206 abi_ulong start_code; in load_flat_file() local
342 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file()
346 (int) start_code, (int) (textpos + text_len), in load_flat_file()
[all …]
H A Dqemu.h28 abi_ulong start_code; member
H A Dmain.c1012 info->start_code); in main()
H A Delfload.c3479 info->start_code = -1; in load_elf_image()
3551 if (vaddr < info->start_code) { in load_elf_image()
3552 info->start_code = vaddr; in load_elf_image()
/qemu/contrib/plugins/
H A Ddrcov.c48 uint64_t start_code = qemu_plugin_start_code(); in printf_header() local
52 start_code, end_code, entry, path); in printf_header()
/qemu/common-user/
H A Dplugin-api.c.inc30 return ts->info->start_code;
/qemu/bsd-user/
H A Dmain.c614 info->start_code); in main()
H A Dqemu.h61 abi_ulong start_code; member