Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c73 } elfinfo_t; typedef
81 elfinfo_t obj_elfinfo;
91 static bool get_elfinfo(const path_t *, int, elfinfo_t *);
376 elfinfo_t elfinfo = { 0 }; in process_file()
458 get_elfinfo(const path_t *p, int fd, elfinfo_t *eip) in get_elfinfo()