Home
last modified time | relevance | path

Searched refs:sym_val (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh29 sym_val() { function
37 __data_loc=$(sym_val __data_loc)
38 _edata_loc=$(sym_val _edata_loc)
39 base_offset=$(sym_val _xiprom)
/openbmc/qemu/disas/
H A Dhppa.c318 hppa_field_adjust (bfd_vma sym_val, in hppa_field_adjust() argument
324 value = sym_val + addend; in hppa_field_adjust()
381 value = sym_val + ((addend + 0x1000) & -0x2000); in hppa_field_adjust()
391 value = (sym_val & 0x7ff) + (((addend & 0x1fff) ^ 0x1000) - 0x1000); in hppa_field_adjust()