Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Darchive.cc289 const elfcpp::Elf_Word* pword = reinterpret_cast<const elfcpp::Elf_Word*>(p); in read_armap() local
290 unsigned int nsyms = elfcpp::Swap<32, true>::readval(pword); in read_armap()
291 ++pword; in read_armap()
294 const char* pnames = reinterpret_cast<const char*>(pword + nsyms); in read_armap()
305 this->armap_[i].file_offset = elfcpp::Swap<32, true>::readval(pword); in read_armap()
307 ++pword; in read_armap()
Dobject.cc908 const elfcpp::Elf_Word* pword = in include_section_group() local
914 elfcpp::Elf_Word flags = elfcpp::Swap<32, big_endian>::readval(pword); in include_section_group()
1013 this->adjust_shndx(elfcpp::Swap<32, big_endian>::readval(pword + i)); in include_section_group()