Lines Matching refs:v

617 elf_r_sym<32>(Elf_Word v)
619 return v >> 8;
624 elf_r_sym<64>(Elf_Xword v)
626 return v >> 32;
635 elf_r_type<32>(Elf_Word v)
637 return v & 0xff;
642 elf_r_type<64>(Elf_Xword v)
644 return v & 0xffffffff;
1101 put_e_ident(const unsigned char v[EI_NIDENT]) const
1102 { memcpy(this->p_->e_ident, v, EI_NIDENT); }
1105 put_e_type(Elf_Half v)
1106 { this->p_->e_type = Convert<16, big_endian>::convert_host(v); }
1109 put_e_machine(Elf_Half v)
1110 { this->p_->e_machine = Convert<16, big_endian>::convert_host(v); }
1113 put_e_version(Elf_Word v)
1114 { this->p_->e_version = Convert<32, big_endian>::convert_host(v); }
1117 put_e_entry(typename Elf_types<size>::Elf_Addr v)
1118 { this->p_->e_entry = Convert<size, big_endian>::convert_host(v); }
1121 put_e_phoff(typename Elf_types<size>::Elf_Off v)
1122 { this->p_->e_phoff = Convert<size, big_endian>::convert_host(v); }
1125 put_e_shoff(typename Elf_types<size>::Elf_Off v)
1126 { this->p_->e_shoff = Convert<size, big_endian>::convert_host(v); }
1129 put_e_flags(Elf_Word v)
1130 { this->p_->e_flags = Convert<32, big_endian>::convert_host(v); }
1133 put_e_ehsize(Elf_Half v)
1134 { this->p_->e_ehsize = Convert<16, big_endian>::convert_host(v); }
1137 put_e_phentsize(Elf_Half v)
1138 { this->p_->e_phentsize = Convert<16, big_endian>::convert_host(v); }
1141 put_e_phnum(Elf_Half v)
1142 { this->p_->e_phnum = Convert<16, big_endian>::convert_host(v); }
1145 put_e_shentsize(Elf_Half v)
1146 { this->p_->e_shentsize = Convert<16, big_endian>::convert_host(v); }
1149 put_e_shnum(Elf_Half v)
1150 { this->p_->e_shnum = Convert<16, big_endian>::convert_host(v); }
1153 put_e_shstrndx(Elf_Half v)
1154 { this->p_->e_shstrndx = Convert<16, big_endian>::convert_host(v); }
1232 put_sh_name(Elf_Word v)
1233 { this->p_->sh_name = Convert<32, big_endian>::convert_host(v); }
1236 put_sh_type(Elf_Word v)
1237 { this->p_->sh_type = Convert<32, big_endian>::convert_host(v); }
1240 put_sh_flags(typename Elf_types<size>::Elf_WXword v)
1241 { this->p_->sh_flags = Convert<size, big_endian>::convert_host(v); }
1244 put_sh_addr(typename Elf_types<size>::Elf_Addr v)
1245 { this->p_->sh_addr = Convert<size, big_endian>::convert_host(v); }
1248 put_sh_offset(typename Elf_types<size>::Elf_Off v)
1249 { this->p_->sh_offset = Convert<size, big_endian>::convert_host(v); }
1252 put_sh_size(typename Elf_types<size>::Elf_WXword v)
1253 { this->p_->sh_size = Convert<size, big_endian>::convert_host(v); }
1256 put_sh_link(Elf_Word v)
1257 { this->p_->sh_link = Convert<32, big_endian>::convert_host(v); }
1260 put_sh_info(Elf_Word v)
1261 { this->p_->sh_info = Convert<32, big_endian>::convert_host(v); }
1264 put_sh_addralign(typename Elf_types<size>::Elf_WXword v)
1265 { this->p_->sh_addralign = Convert<size, big_endian>::convert_host(v); }
1268 put_sh_entsize(typename Elf_types<size>::Elf_WXword v)
1269 { this->p_->sh_entsize = Convert<size, big_endian>::convert_host(v); }
1338 put_p_type(Elf_Word v)
1339 { this->p_->p_type = Convert<32, big_endian>::convert_host(v); }
1342 put_p_offset(typename Elf_types<size>::Elf_Off v)
1343 { this->p_->p_offset = Convert<size, big_endian>::convert_host(v); }
1346 put_p_vaddr(typename Elf_types<size>::Elf_Addr v)
1347 { this->p_->p_vaddr = Convert<size, big_endian>::convert_host(v); }
1350 put_p_paddr(typename Elf_types<size>::Elf_Addr v)
1351 { this->p_->p_paddr = Convert<size, big_endian>::convert_host(v); }
1354 put_p_filesz(typename Elf_types<size>::Elf_WXword v)
1355 { this->p_->p_filesz = Convert<size, big_endian>::convert_host(v); }
1358 put_p_memsz(typename Elf_types<size>::Elf_WXword v)
1359 { this->p_->p_memsz = Convert<size, big_endian>::convert_host(v); }
1362 put_p_flags(Elf_Word v)
1363 { this->p_->p_flags = Convert<32, big_endian>::convert_host(v); }
1366 put_p_align(typename Elf_types<size>::Elf_WXword v)
1367 { this->p_->p_align = Convert<size, big_endian>::convert_host(v); }
1444 put_st_name(Elf_Word v)
1445 { this->p_->st_name = Convert<32, big_endian>::convert_host(v); }
1448 put_st_value(typename Elf_types<size>::Elf_Addr v)
1449 { this->p_->st_value = Convert<size, big_endian>::convert_host(v); }
1452 put_st_size(typename Elf_types<size>::Elf_WXword v)
1453 { this->p_->st_size = Convert<size, big_endian>::convert_host(v); }
1456 put_st_info(unsigned char v)
1457 { this->p_->st_info = v; }
1464 put_st_other(unsigned char v)
1465 { this->p_->st_other = v; }
1472 put_st_shndx(Elf_Half v)
1473 { this->p_->st_shndx = Convert<16, big_endian>::convert_host(v); }
1522 put_r_offset(typename Elf_types<size>::Elf_Addr v)
1523 { this->p_->r_offset = Convert<size, big_endian>::convert_host(v); }
1526 put_r_info(typename Elf_types<size>::Elf_WXword v)
1527 { this->p_->r_info = Convert<size, big_endian>::convert_host(v); }
1576 put_r_offset(typename Elf_types<size>::Elf_Addr v)
1577 { this->p_->r_offset = Convert<size, big_endian>::convert_host(v); }
1580 put_r_info(typename Elf_types<size>::Elf_WXword v)
1581 { this->p_->r_info = Convert<size, big_endian>::convert_host(v); }
1584 put_r_addend(typename Elf_types<size>::Elf_Swxword v)
1585 { this->p_->r_addend = Convert<size, big_endian>::convert_host(v); }
1635 put_d_tag(typename Elf_types<size>::Elf_Swxword v)
1636 { this->p_->d_tag = Convert<size, big_endian>::convert_host(v); }
1639 put_d_val(typename Elf_types<size>::Elf_WXword v)
1640 { this->p_->d_val = Convert<size, big_endian>::convert_host(v); }
1643 put_d_ptr(typename Elf_types<size>::Elf_Addr v)
1644 { this->p_->d_val = Convert<size, big_endian>::convert_host(v); }
1707 set_vd_version(Elf_Half v)
1708 { this->p_->vd_version = Convert<16, big_endian>::convert_host(v); }
1711 set_vd_flags(Elf_Half v)
1712 { this->p_->vd_flags = Convert<16, big_endian>::convert_host(v); }
1715 set_vd_ndx(Elf_Half v)
1716 { this->p_->vd_ndx = Convert<16, big_endian>::convert_host(v); }
1719 set_vd_cnt(Elf_Half v)
1720 { this->p_->vd_cnt = Convert<16, big_endian>::convert_host(v); }
1723 set_vd_hash(Elf_Word v)
1724 { this->p_->vd_hash = Convert<32, big_endian>::convert_host(v); }
1727 set_vd_aux(Elf_Word v)
1728 { this->p_->vd_aux = Convert<32, big_endian>::convert_host(v); }
1731 set_vd_next(Elf_Word v)
1732 { this->p_->vd_next = Convert<32, big_endian>::convert_host(v); }
1776 set_vda_name(Elf_Word v)
1777 { this->p_->vda_name = Convert<32, big_endian>::convert_host(v); }
1780 set_vda_next(Elf_Word v)
1781 { this->p_->vda_next = Convert<32, big_endian>::convert_host(v); }
1836 set_vn_version(Elf_Half v)
1837 { this->p_->vn_version = Convert<16, big_endian>::convert_host(v); }
1840 set_vn_cnt(Elf_Half v)
1841 { this->p_->vn_cnt = Convert<16, big_endian>::convert_host(v); }
1844 set_vn_file(Elf_Word v)
1845 { this->p_->vn_file = Convert<32, big_endian>::convert_host(v); }
1848 set_vn_aux(Elf_Word v)
1849 { this->p_->vn_aux = Convert<32, big_endian>::convert_host(v); }
1852 set_vn_next(Elf_Word v)
1853 { this->p_->vn_next = Convert<32, big_endian>::convert_host(v); }
1909 set_vna_hash(Elf_Word v)
1910 { this->p_->vna_hash = Convert<32, big_endian>::convert_host(v); }
1913 set_vna_flags(Elf_Half v)
1914 { this->p_->vna_flags = Convert<16, big_endian>::convert_host(v); }
1917 set_vna_other(Elf_Half v)
1918 { this->p_->vna_other = Convert<16, big_endian>::convert_host(v); }
1921 set_vna_name(Elf_Word v)
1922 { this->p_->vna_name = Convert<32, big_endian>::convert_host(v); }
1925 set_vna_next(Elf_Word v)
1926 { this->p_->vna_next = Convert<32, big_endian>::convert_host(v); }