Lines Matching refs:Word
378 typedef uint32_t Word; typedef in __anonec5e253d0111::Elf32
387 Word e_version;
391 Word e_flags;
401 Word sh_name;
402 Word sh_type;
403 Word sh_flags;
406 Word sh_size;
407 Word sh_link;
408 Word sh_info;
409 Word sh_addralign;
410 Word sh_entsize;
420 typedef uint32_t Word; typedef in __anonec5e253d0111::Elf64
428 Word e_version;
432 Word e_flags;
442 Word sh_name;
443 Word sh_type;
448 Word sh_link;
449 Word sh_info;
460 typedef typename ELF::Word Word; typedef in __anonec5e253d0111::ElfParser
469 Word GetWordAt(off_t pos) { in GetWordAt()
538 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type)); in GetSectionOffsetByType()
539 if (sh_type == static_cast<Word>(table_type)) { in GetSectionOffsetByType()
555 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type)); in GetDynamicStringTableIndex()