Searched refs:section_offset (Results 1 – 10 of 10) sorted by relevance
36 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}
66 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_get() local67 return readl(IOMEM(c->chip.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() local74 writel(val, IOMEM(c->chip.regs + section_offset + port_offset)); in zevio_gpio_port_set()
101 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
348 __u32 section_offset; /* Offset in bytes of the member
1469 u32 section_offset[1]; member
1262 sec_tbl->section_offset[i]); in i40evf_write_profile()
5969 u32 section_offset; in pqi_process_config_table() local5991 section_offset = in pqi_process_config_table()5994 while (section_offset) { in pqi_process_config_table()5995 section = (void *)config_table + section_offset; in pqi_process_config_table()6005 section_offset + in pqi_process_config_table()6012 section_offset = in pqi_process_config_table()
1548 u32 section_offset[1]; member
5488 sec_tbl->section_offset[i]); in i40e_write_profile()
1072 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()