Lines Matching refs:Half
377 typedef uint16_t Half; typedef in __anon9f1770860111::Elf32
385 Half e_type;
386 Half e_machine;
392 Half e_shsize;
393 Half e_phentsize;
394 Half e_phnum;
395 Half e_shentsize;
396 Half e_shnum;
397 Half e_shstrndx;
416 typedef uint16_t Half; typedef in __anon9f1770860111::Elf64
426 Half e_type;
427 Half e_machine;
433 Half e_shsize;
434 Half e_phentsize;
435 Half e_phnum;
436 Half e_shentsize;
437 Half e_shnum;
438 Half e_shstrndx;
464 typedef typename ELF::Half Half; typedef in __anon9f1770860111::ElfParser
474 Half GetHalfAt(off_t pos) { in GetHalfAt()
499 if (table_entry_size_ < static_cast<Half>(sizeof(Shdr))) { in SectionIterator()
525 Half table_count_;
526 Half table_entry_size_;