Lines Matching refs:elfp
98 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *may_close_fd) in what_kind() argument
101 *kind = elf_kind (*elfp); in what_kind()
104 if (unlikely (*elfp == NULL)) in what_kind()
108 error = decompress (fd, elfp); in what_kind()
112 *kind = elf_kind (*elfp); in what_kind()
120 libdw_open_elf (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok, in libdw_open_elf() argument
180 *elfp = elf; in libdw_open_elf()
185 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() argument
187 return libdw_open_elf (fdp, elfp, close_on_fail, archive_ok, false); in __libdw_open_file()
191 __libdw_open_elf (int fd, Elf **elfp) in __libdw_open_elf() argument
193 return libdw_open_elf (&fd, elfp, false, true, true); in __libdw_open_elf()