Searched refs:start_code (Results 1 – 13 of 13) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | flatload.c | 57 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 D | qemu.h | 28 abi_ulong start_code; member
|
| H A D | main.c | 1015 info->start_code); in main()
|
| H A D | elfload.c | 3479 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 D | drcov.c | 48 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 D | hw_data.c | 236 .start_code = 1, 247 .start_code = 1, 256 .start_code = 0,
|
| /openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | hw_data.c | 286 .start_code = 6, 301 .start_code = 6, 318 .start_code = 0x17, 334 .start_code = 0x17,
|
| /openbmc/qemu/common-user/ |
| H A D | plugin-api.c.inc | 31 return ts->info->start_code;
|
| /openbmc/qemu/bsd-user/ |
| H A D | main.c | 615 info->start_code); in main()
|
| H A D | qemu.h | 61 abi_ulong start_code; member
|
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | clocks-common.c | 438 return offset_code + pmic->start_code; in get_offset_code()
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | omap_common.h | 535 u32 start_code; member
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 9173 + 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;
|