Home
last modified time | relevance | path

Searched refs:Elf32_Phdr (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/elf2aout/
Delf2aout.c95 Elf32_Phdr *ph; in main()
167 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main()
168 ex.e_phnum * sizeof(Elf32_Phdr), "ph"); in main()
235 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr), phcmp); in main()
590 const Elf32_Phdr *h1, *h2; in phcmp()
591 h1 = (const Elf32_Phdr *) vh1; in phcmp()
592 h2 = (const Elf32_Phdr *) vh2; in phcmp()
/mirbsd/src/sys/sys/
Dexec_elf.h382 } Elf32_Phdr; typedef
545 #define Elf_Phdr Elf32_Phdr
/mirbsd/src/usr.bin/file/
Dreadelf.c219 Elf32_Phdr ph32; in dophn_core()
664 Elf32_Phdr ph32; in dophn_exec()
749 Elf32_Phdr ph32; in dophn_noexec()
Dreadelf.h149 } Elf32_Phdr; typedef