Lines Matching refs:v

339   int v = ehdr_buf[elfcpp::EI_VERSION];  in is_valid_header()  local
340 if (v != elfcpp::EV_CURRENT) in is_valid_header()
342 if (v == elfcpp::EV_NONE) in is_valid_header()
345 *error = internal_printf_int(_("unsupported ELF version %d"), v); in is_valid_header()
426 typename File::View v(file->view(file_header_offset, This::ehdr_size)); in Elf_file()
427 this->construct(file, Ef_ehdr(v.data())); in Elf_file()
439 typename File::View v(this->file_->view(this->shoff_, This::shdr_size)); in initialize_shnum()
440 Ef_shdr shdr(v.data()); in initialize_shnum()
483 typename File::View v(this->file_->view(this->shoff_, in find_section_by_type()
487 Ef_shdr shdr(v.data() + This::shdr_size * i); in find_section_by_type()
517 typename File::View v(file->view(this->section_header_offset(shndx), in section_name()
519 Ef_shdr shdr(v.data()); in section_name()
528 typename File::View v(file->view(this->section_header_offset(shstrndx), in section_name()
530 Ef_shdr shstr_shdr(v.data()); in section_name()
539 typename File::View v(file->view(shstr_off, shstr_size)); in section_name()
541 const unsigned char* datau = v.data(); in section_name()
565 typename File::View v(file->view(this->section_header_offset(shndx), in section_contents()
567 Ef_shdr shdr(v.data()); in section_contents()
583 typename File::View v(file->view(this->section_header_offset(shndx), in section_size()
586 Ef_shdr shdr(v.data()); in section_size()
602 typename File::View v(file->view(this->section_header_offset(shndx), in section_flags()
605 Ef_shdr shdr(v.data()); in section_flags()
621 typename File::View v(file->view(this->section_header_offset(shndx), in section_addr()
624 Ef_shdr shdr(v.data()); in section_addr()
640 typename File::View v(file->view(this->section_header_offset(shndx), in section_type()
643 Ef_shdr shdr(v.data()); in section_type()
659 typename File::View v(file->view(this->section_header_offset(shndx), in section_link()
662 Ef_shdr shdr(v.data()); in section_link()
678 typename File::View v(file->view(this->section_header_offset(shndx), in section_info()
681 Ef_shdr shdr(v.data()); in section_info()
697 typename File::View v(file->view(this->section_header_offset(shndx), in section_addralign()
700 Ef_shdr shdr(v.data()); in section_addralign()