Home
last modified time | relevance | path

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

/openbmc/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.c1015 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()
/openbmc/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()
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Dhw_data.c236 .start_code = 1,
247 .start_code = 1,
256 .start_code = 0,
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c286 .start_code = 6,
301 .start_code = 6,
318 .start_code = 0x17,
334 .start_code = 0x17,
/openbmc/qemu/common-user/
H A Dplugin-api.c.inc31 return ts->info->start_code;
/openbmc/qemu/bsd-user/
H A Dmain.c615 info->start_code); in main()
H A Dqemu.h61 abi_ulong start_code; member
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c438 return offset_code + pmic->start_code; in get_offset_code()
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_common.h535 u32 start_code; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch9173 + if (ctx->start_code == V4L2_STATELESS_HEVC_START_CODE_ANNEX_B) {
9499 + ctx->start_code = querys[1].default_value;
9501 + ctx->start_code = V4L2_STATELESS_HEVC_START_CODE_ANNEX_B;
9503 + ctx->start_code = V4L2_STATELESS_HEVC_START_CODE_NONE;
9513 + ctx->start_code = V4L2_STATELESS_HEVC_START_CODE_NONE;
9516 + ctrls[1].value = ctx->start_code;
12475 + int start_code;