Home
last modified time | relevance | path

Searched refs:Elf_Word (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Delf_read.h77 #define Elf_Word Elf64_Word macro
94 #define Elf_Word Elf32_Word macro
H A Delf_read.c100 static Elf_Word EI_Ehdr_shnum; /* # section headers */
101 static Elf_Word EI_Ehdr_phnum; /* # program headers */
102 static Elf_Word EI_Ehdr_shstrndx; /* Index of section hdr string table */
/illumos-gate/usr/src/boot/common/
H A Dself_reloc.c67 Elf_Word relsz, relent; in self_reloc()