Home
last modified time | relevance | path

Searched refs:section_offset (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/scripts/
H A Dcheck_extable.sh36 section_offset=$(printf "0x%016x" $(( ${section_offset} + $2 )) )
55 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | …
62 find_alt_replacement_target ${section} ${section_offset}
84 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
89 …und a reference to non-executable section \"${section}\" in __ex_table at offset ${section_offset}"
98 handle_alt_replacement_reloc ${section} ${section_offset}
101 handle_suspicious_generic_reloc ${section} ${section_offset}
/openbmc/u-boot/tools/
H A Domapimage.c46 while (toc->section_offset != 0xffffffff in omapimage_verify_header()
49 offset = cpu_to_be32(toc->section_offset); in omapimage_verify_header()
52 offset = toc->section_offset; in omapimage_verify_header()
95 while (toc->section_offset != 0xffffffff in omapimage_print_header()
98 offset = cpu_to_be32(toc->section_offset); in omapimage_print_header()
101 offset = toc->section_offset; in omapimage_print_header()
111 toc->section_offset, in omapimage_print_header()
134 toc->section_offset = toc_offset(ptr, chs); in omapimage_set_header()
H A Domapimage.h13 uint32_t section_offset; member
H A Dmxsimage.h128 uint32_t section_offset; member
H A Dmxsimage.c1421 shdr->section_offset = offset + 1; in sb_fixup_sections_and_tags()
/openbmc/linux/drivers/gpio/
H A Dgpio-zevio.c66 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_get() local
67 return readl(IOMEM(c->regs + section_offset + port_offset)); in zevio_gpio_port_get()
73 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_set() local
74 writel(val, IOMEM(c->regs + section_offset + port_offset)); in zevio_gpio_port_set()
/openbmc/libpldm/tests/dsp/
H A Dbase.cpp555 uint32_t section_offset; in TEST() local
567 .section_offset = kSectionOffset, in TEST()
578 &transfer_handle, &section_offset, &section_length); in TEST()
585 EXPECT_EQ(section_offset, kSectionOffset); in TEST()
604 uint32_t section_offset; in TEST() local
623 &transfer_ctx, &transfer_handle, &section_offset, in TEST()
636 uint32_t section_offset; in TEST() local
655 &transfer_handle, &section_offset, in TEST()
668 uint32_t section_offset; in TEST() local
687 &transfer_handle, &section_offset, in TEST()
[all …]
/openbmc/libpldm/src/dsp/
H A Dbase.c511 uint32_t *section_offset, in decode_multipart_receive_req() argument
516 section_offset == NULL || section_length == NULL) { in decode_multipart_receive_req()
537 uint32_t sec_offset = le32toh(request->section_offset); in decode_multipart_receive_req()
553 *section_offset = sec_offset; in decode_multipart_receive_req()
592 pldm_msgbuf_insert(buf, req->section_offset); in encode_base_multipart_receive_req()
/openbmc/linux/drivers/bluetooth/
H A Dbtmtk.c118 u32 section_num, dl_size, section_offset; in btmtk_setup_firmware_79xx() local
142 section_offset = le32_to_cpu(sectionmap->secoffset); in btmtk_setup_firmware_79xx()
184 fw_ptr += section_offset; in btmtk_setup_firmware_79xx()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c128 u32 i, len, section_len, section_offset; in hinic_flash_fw() local
151 section_offset = in hinic_flash_fw()
198 fw_update_msg->section_offset = send_pos; in hinic_flash_fw()
214 section_offset + send_pos, in hinic_flash_fw()
H A Dhinic_port.h763 u32 section_offset; member
/openbmc/libpldm/include/libpldm/
H A Dbase.h350 uint32_t section_offset; //!< The start offset for the requested member
658 uint32_t *section_offset,
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c427 hwaddr section_offset; in vfu_object_bar_rw() local
440 section_offset = section.offset_within_region; in vfu_object_bar_rw()
452 if (vfu_object_mr_rw(section_mr, ptr, section_offset, in vfu_object_bar_rw()
/openbmc/qemu/include/sysemu/
H A Ddump.h181 hwaddr section_offset; member
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c162 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
/openbmc/linux/include/linux/
H A Dcper.h345 u32 section_offset; /* Offset in bytes of the member
/openbmc/qemu/target/s390x/
H A Darch_dump.c358 uint64_t off = s->section_offset; in arch_sections_write_hdr()
/openbmc/qemu/dump/
H A Ddump.c411 shdr64.sh_offset = s->section_offset + s->elf_section_data_size; in prepare_elf_section_hdr_string()
418 shdr32.sh_offset = s->section_offset + s->elf_section_data_size; in prepare_elf_section_hdr_string()
2007 s->section_offset = s->memory_offset + s->total_size; in dump_init()
/openbmc/qemu/hw/virtio/
H A Dvhost.c123 hwaddr section_offset; in vhost_dev_sync_region() local
126 section_offset = page_addr - section->offset_within_address_space; in vhost_dev_sync_region()
127 mr_offset = section_offset + section->offset_within_region; in vhost_dev_sync_region()
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7691 u32 section_offset; member
8068 u32 section_offset; in pqi_process_config_table() local
8096 section_offset = get_unaligned_le32(&config_table->first_section_offset); in pqi_process_config_table()
8098 while (section_offset) { in pqi_process_config_table()
8099 section = (void *)config_table + section_offset; in pqi_process_config_table()
8102 section_info.section_offset = section_offset; in pqi_process_config_table()
8103 section_info.section_iomem_addr = table_iomem_addr + section_offset; in pqi_process_config_table()
8117 section_offset + in pqi_process_config_table()
8124 section_offset + in pqi_process_config_table()
8130 section_offset = get_unaligned_le16(&section->next_section_offset); in pqi_process_config_table()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h1456 u32 section_offset[]; member
H A Di40e_common.c5577 sec_off = sec_tbl->section_offset[i]; in i40e_find_section_in_profile()
5671 sec_off = sec_tbl->section_offset[i]; in i40e_validate_profile()
5722 sec_off = sec_tbl->section_offset[i]; in i40e_write_profile()
5785 sec_off = sec_tbl->section_offset[i]; in i40e_rollback_profile()
/openbmc/linux/drivers/acpi/apei/
H A Derst.c1122 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch303 - if (lseek64(handle->fd, section->section_offset, SEEK_SET) == (off_t)-1)
304 + if (lseek(handle->fd, section->section_offset, SEEK_SET) == (off_t)-1)
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump496 'name' => 'section_offset',