Searched refs:elf_type (Results 1 – 2 of 2) sorted by relevance
36 * Create an array of file sizes from the elf_type definitions
291 static const char *elf_type(unsigned int type);634 elf_type(unsigned int type) in elf_type() function2291 printf("%-37s%s\n", " Type:", elf_type(re->ehdr.e_type)); in dump_ehdr()2493 printf("\nElf file type is %s", elf_type(re->ehdr.e_type)); in dump_phdr()