Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_build_id_find_elf.c149 char **file_name, Elf **elfp) in dwfl_build_id_find_elf() argument
151 *elfp = NULL; in dwfl_build_id_find_elf()
155 *elfp = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, NULL); in dwfl_build_id_find_elf()
156 if (__libdwfl_find_build_id (mod, false, *elfp) == 2) in dwfl_build_id_find_elf()
162 elf_end (*elfp); in dwfl_build_id_find_elf()
163 *elfp = NULL; in dwfl_build_id_find_elf()
Dcore-file.c201 void *arg, Elf **elfp) in core_file_read_eagerly() argument
212 *elfp = elf_memory (*buffer, whole); in core_file_read_eagerly()
213 if (unlikely (*elfp == NULL)) in core_file_read_eagerly()
216 (*elfp)->flags |= ELF_F_MALLOCED; in core_file_read_eagerly()
223 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL); in core_file_read_eagerly()
226 return *elfp != NULL; in core_file_read_eagerly()
Dlinux-proc-maps.c294 char **file_name, Elf **elfp) in dwfl_linux_proc_find_elf() argument
325 *elfp = elf_from_remote_memory (base, NULL, &read_proc_memory, &fd); in dwfl_linux_proc_find_elf()
Dlibdwfl.h70 char **file_name, Elf **elfp);
Dlinux-kernel-modules.c594 char **file_name, Elf **elfp) in INTDEF()
599 file_name, elfp); in INTDEF()
DlibdwflP.h335 void *arg, Elf **elfp);
/external/linux-tools-perf/util/
Dprobe-finder.c172 char **file_name, Elf **elfp) in __linux_kernel_find_elf() argument
187 file_name, elfp); in __linux_kernel_find_elf()