Lines Matching refs:v
635 elf_r_sym<32>(Elf_Word v)
637 return v >> 8;
642 elf_r_sym<64>(Elf_Xword v)
644 return v >> 32;
653 elf_r_type<32>(Elf_Word v)
655 return v & 0xff;
660 elf_r_type<64>(Elf_Xword v)
662 return v & 0xffffffff;
1131 put_e_ident(const unsigned char v[EI_NIDENT]) const
1132 { memcpy(this->p_->e_ident, v, EI_NIDENT); }
1135 put_e_type(Elf_Half v)
1136 { this->p_->e_type = Convert<16, big_endian>::convert_host(v); }
1139 put_e_machine(Elf_Half v)
1140 { this->p_->e_machine = Convert<16, big_endian>::convert_host(v); }
1143 put_e_version(Elf_Word v)
1144 { this->p_->e_version = Convert<32, big_endian>::convert_host(v); }
1147 put_e_entry(typename Elf_types<size>::Elf_Addr v)
1148 { this->p_->e_entry = Convert<size, big_endian>::convert_host(v); }
1151 put_e_phoff(typename Elf_types<size>::Elf_Off v)
1152 { this->p_->e_phoff = Convert<size, big_endian>::convert_host(v); }
1155 put_e_shoff(typename Elf_types<size>::Elf_Off v)
1156 { this->p_->e_shoff = Convert<size, big_endian>::convert_host(v); }
1159 put_e_flags(Elf_Word v)
1160 { this->p_->e_flags = Convert<32, big_endian>::convert_host(v); }
1163 put_e_ehsize(Elf_Half v)
1164 { this->p_->e_ehsize = Convert<16, big_endian>::convert_host(v); }
1167 put_e_phentsize(Elf_Half v)
1168 { this->p_->e_phentsize = Convert<16, big_endian>::convert_host(v); }
1171 put_e_phnum(Elf_Half v)
1172 { this->p_->e_phnum = Convert<16, big_endian>::convert_host(v); }
1175 put_e_shentsize(Elf_Half v)
1176 { this->p_->e_shentsize = Convert<16, big_endian>::convert_host(v); }
1179 put_e_shnum(Elf_Half v)
1180 { this->p_->e_shnum = Convert<16, big_endian>::convert_host(v); }
1183 put_e_shstrndx(Elf_Half v)
1184 { this->p_->e_shstrndx = Convert<16, big_endian>::convert_host(v); }
1262 put_sh_name(Elf_Word v)
1263 { this->p_->sh_name = Convert<32, big_endian>::convert_host(v); }
1266 put_sh_type(Elf_Word v)
1267 { this->p_->sh_type = Convert<32, big_endian>::convert_host(v); }
1270 put_sh_flags(typename Elf_types<size>::Elf_WXword v)
1271 { this->p_->sh_flags = Convert<size, big_endian>::convert_host(v); }
1274 put_sh_addr(typename Elf_types<size>::Elf_Addr v)
1275 { this->p_->sh_addr = Convert<size, big_endian>::convert_host(v); }
1278 put_sh_offset(typename Elf_types<size>::Elf_Off v)
1279 { this->p_->sh_offset = Convert<size, big_endian>::convert_host(v); }
1282 put_sh_size(typename Elf_types<size>::Elf_WXword v)
1283 { this->p_->sh_size = Convert<size, big_endian>::convert_host(v); }
1286 put_sh_link(Elf_Word v)
1287 { this->p_->sh_link = Convert<32, big_endian>::convert_host(v); }
1290 put_sh_info(Elf_Word v)
1291 { this->p_->sh_info = Convert<32, big_endian>::convert_host(v); }
1294 put_sh_addralign(typename Elf_types<size>::Elf_WXword v)
1295 { this->p_->sh_addralign = Convert<size, big_endian>::convert_host(v); }
1298 put_sh_entsize(typename Elf_types<size>::Elf_WXword v)
1299 { this->p_->sh_entsize = Convert<size, big_endian>::convert_host(v); }
1349 put_ch_type(typename Elf_types<size>::Elf_WXword v)
1350 { this->p_->ch_type = Convert<size, big_endian>::convert_host(v); }
1353 put_ch_size(typename Elf_types<size>::Elf_WXword v)
1354 { this->p_->ch_size = Convert<size, big_endian>::convert_host(v); }
1357 put_ch_addralign(typename Elf_types<size>::Elf_WXword v)
1358 { this->p_->ch_addralign = Convert<size, big_endian>::convert_host(v); }
1427 put_p_type(Elf_Word v)
1428 { this->p_->p_type = Convert<32, big_endian>::convert_host(v); }
1431 put_p_offset(typename Elf_types<size>::Elf_Off v)
1432 { this->p_->p_offset = Convert<size, big_endian>::convert_host(v); }
1435 put_p_vaddr(typename Elf_types<size>::Elf_Addr v)
1436 { this->p_->p_vaddr = Convert<size, big_endian>::convert_host(v); }
1439 put_p_paddr(typename Elf_types<size>::Elf_Addr v)
1440 { this->p_->p_paddr = Convert<size, big_endian>::convert_host(v); }
1443 put_p_filesz(typename Elf_types<size>::Elf_WXword v)
1444 { this->p_->p_filesz = Convert<size, big_endian>::convert_host(v); }
1447 put_p_memsz(typename Elf_types<size>::Elf_WXword v)
1448 { this->p_->p_memsz = Convert<size, big_endian>::convert_host(v); }
1451 put_p_flags(Elf_Word v)
1452 { this->p_->p_flags = Convert<32, big_endian>::convert_host(v); }
1455 put_p_align(typename Elf_types<size>::Elf_WXword v)
1456 { this->p_->p_align = Convert<size, big_endian>::convert_host(v); }
1533 put_st_name(Elf_Word v)
1534 { this->p_->st_name = Convert<32, big_endian>::convert_host(v); }
1537 put_st_value(typename Elf_types<size>::Elf_Addr v)
1538 { this->p_->st_value = Convert<size, big_endian>::convert_host(v); }
1541 put_st_size(typename Elf_types<size>::Elf_WXword v)
1542 { this->p_->st_size = Convert<size, big_endian>::convert_host(v); }
1545 put_st_info(unsigned char v)
1546 { this->p_->st_info = v; }
1553 put_st_other(unsigned char v)
1554 { this->p_->st_other = v; }
1561 put_st_shndx(Elf_Half v)
1562 { this->p_->st_shndx = Convert<16, big_endian>::convert_host(v); }
1611 put_r_offset(typename Elf_types<size>::Elf_Addr v)
1612 { this->p_->r_offset = Convert<size, big_endian>::convert_host(v); }
1615 put_r_info(typename Elf_types<size>::Elf_WXword v)
1616 { this->p_->r_info = Convert<size, big_endian>::convert_host(v); }
1665 put_r_offset(typename Elf_types<size>::Elf_Addr v)
1666 { this->p_->r_offset = Convert<size, big_endian>::convert_host(v); }
1669 put_r_info(typename Elf_types<size>::Elf_WXword v)
1670 { this->p_->r_info = Convert<size, big_endian>::convert_host(v); }
1673 put_r_addend(typename Elf_types<size>::Elf_Swxword v)
1674 { this->p_->r_addend = Convert<size, big_endian>::convert_host(v); }
1715 put_r_data(typename Elf_types<size>::Elf_Addr v)
1716 { this->p_->r_data = Convert<size, big_endian>::convert_host(v); }
1776 put_r_offset(typename Elf_types<64>::Elf_Addr v)
1777 { this->p_->r_offset = Convert<64, big_endian>::convert_host(v); }
1780 put_r_sym(Elf_Word v)
1781 { this->p_->r_sym = Convert<32, big_endian>::convert_host(v); }
1784 put_r_ssym(unsigned char v)
1785 { this->p_->r_ssym = v; }
1788 put_r_type(unsigned char v)
1789 { this->p_->r_type = v; }
1792 put_r_type2(unsigned char v)
1793 { this->p_->r_type2 = v; }
1796 put_r_type3(unsigned char v)
1797 { this->p_->r_type3 = v; }
1858 put_r_offset(typename Elf_types<64>::Elf_Addr v)
1859 { this->p_->r_offset = Convert<64, big_endian>::convert_host(v); }
1862 put_r_sym(Elf_Word v)
1863 { this->p_->r_sym = Convert<32, big_endian>::convert_host(v); }
1866 put_r_ssym(unsigned char v)
1867 { this->p_->r_ssym = v; }
1870 put_r_type(unsigned char v)
1871 { this->p_->r_type = v; }
1874 put_r_type2(unsigned char v)
1875 { this->p_->r_type2 = v; }
1878 put_r_type3(unsigned char v)
1879 { this->p_->r_type3 = v; }
1882 put_r_addend(typename Elf_types<64>::Elf_Swxword v)
1883 { this->p_->r_addend = Convert<64, big_endian>::convert_host(v); }
1933 put_d_tag(typename Elf_types<size>::Elf_Swxword v)
1934 { this->p_->d_tag = Convert<size, big_endian>::convert_host(v); }
1937 put_d_val(typename Elf_types<size>::Elf_WXword v)
1938 { this->p_->d_val = Convert<size, big_endian>::convert_host(v); }
1941 put_d_ptr(typename Elf_types<size>::Elf_Addr v)
1942 { this->p_->d_val = Convert<size, big_endian>::convert_host(v); }
2005 set_vd_version(Elf_Half v)
2006 { this->p_->vd_version = Convert<16, big_endian>::convert_host(v); }
2009 set_vd_flags(Elf_Half v)
2010 { this->p_->vd_flags = Convert<16, big_endian>::convert_host(v); }
2013 set_vd_ndx(Elf_Half v)
2014 { this->p_->vd_ndx = Convert<16, big_endian>::convert_host(v); }
2017 set_vd_cnt(Elf_Half v)
2018 { this->p_->vd_cnt = Convert<16, big_endian>::convert_host(v); }
2021 set_vd_hash(Elf_Word v)
2022 { this->p_->vd_hash = Convert<32, big_endian>::convert_host(v); }
2025 set_vd_aux(Elf_Word v)
2026 { this->p_->vd_aux = Convert<32, big_endian>::convert_host(v); }
2029 set_vd_next(Elf_Word v)
2030 { this->p_->vd_next = Convert<32, big_endian>::convert_host(v); }
2074 set_vda_name(Elf_Word v)
2075 { this->p_->vda_name = Convert<32, big_endian>::convert_host(v); }
2078 set_vda_next(Elf_Word v)
2079 { this->p_->vda_next = Convert<32, big_endian>::convert_host(v); }
2134 set_vn_version(Elf_Half v)
2135 { this->p_->vn_version = Convert<16, big_endian>::convert_host(v); }
2138 set_vn_cnt(Elf_Half v)
2139 { this->p_->vn_cnt = Convert<16, big_endian>::convert_host(v); }
2142 set_vn_file(Elf_Word v)
2143 { this->p_->vn_file = Convert<32, big_endian>::convert_host(v); }
2146 set_vn_aux(Elf_Word v)
2147 { this->p_->vn_aux = Convert<32, big_endian>::convert_host(v); }
2150 set_vn_next(Elf_Word v)
2151 { this->p_->vn_next = Convert<32, big_endian>::convert_host(v); }
2207 set_vna_hash(Elf_Word v)
2208 { this->p_->vna_hash = Convert<32, big_endian>::convert_host(v); }
2211 set_vna_flags(Elf_Half v)
2212 { this->p_->vna_flags = Convert<16, big_endian>::convert_host(v); }
2215 set_vna_other(Elf_Half v)
2216 { this->p_->vna_other = Convert<16, big_endian>::convert_host(v); }
2219 set_vna_name(Elf_Word v)
2220 { this->p_->vna_name = Convert<32, big_endian>::convert_host(v); }
2223 set_vna_next(Elf_Word v)
2224 { this->p_->vna_next = Convert<32, big_endian>::convert_host(v); }