Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.h92 extern int mdb_gelf_check(mdb_io_t *, Elf32_Ehdr *, GElf_Half);
H A Dmdb_main.c940 if (mdb_gelf_check(io, &ehdr, ET_NONE) == -1) { in main()
942 (void) mdb_gelf_check(io, &ehdr, ET_EXEC); in main()
1000 if (mdb_gelf_check(io, &chdr, ET_NONE) == -1) in main()
H A Dmdb_gelf.c714 mdb_gelf_check(mdb_io_t *io, Elf32_Ehdr *ehp, GElf_Half etype) in mdb_gelf_check() function
780 if (mdb_gelf_check(io, &ehdr.h32, etype) == -1) in mdb_gelf_create()