Home | History | Annotate | Download | only in runtime

Lines Matching defs:elf_class

445   uint8_t elf_class = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) ? ELFCLASS64 : ELFCLASS32;
446 if (elf_class != header_->e_ident[EI_CLASS]) {
448 elf_class,