Searched refs:elfp (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_build_id_find_elf.c | 149 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()
|
D | core-file.c | 201 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()
|
D | linux-proc-maps.c | 294 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()
|
D | libdwfl.h | 70 char **file_name, Elf **elfp);
|
D | linux-kernel-modules.c | 594 char **file_name, Elf **elfp) in INTDEF() 599 file_name, elfp); in INTDEF()
|
D | libdwflP.h | 335 void *arg, Elf **elfp);
|
/external/linux-tools-perf/util/ |
D | probe-finder.c | 172 char **file_name, Elf **elfp) in __linux_kernel_find_elf() argument 187 file_name, elfp); in __linux_kernel_find_elf()
|