Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dflatload.c55 abi_ulong start_code; /* Start of text segment */ member
116 abi_ulong start_code; in calc_reloc() local
122 start_code = p[id].start_code; in calc_reloc()
133 addr = r + start_code; in calc_reloc()
174 *ptr += libinfo->start_code; in old_reloc()
204 abi_ulong start_code; in load_flat_file() local
340 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file()
344 (int) start_code, (int) (textpos + text_len), in load_flat_file()
353 libinfo[id].start_code = start_code; in load_flat_file()
537 info->start_code = libinfo[0].start_code; in load_flt_binary()
[all …]
H A Dqemu.h27 abi_ulong start_code; member
H A Dmain.c980 info->start_code); in main()
H A Delfload.c3368 info->start_code = -1; in load_elf_image()
3440 if (vaddr < info->start_code) { in load_elf_image()
3441 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/plugins/
H A Dapi.c457 start = ts->info->start_code; in qemu_plugin_start_code()
/qemu/bsd-user/
H A Dmain.c601 info->start_code); in main()
H A Dqemu.h57 abi_ulong start_code; member