/external/elfutils/libdwfl/ |
D | open.c | 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 [all …]
|
D | dwfl_build_id_find_elf.c | 145 char **file_name, Elf **elfp) in dwfl_build_id_find_elf() argument 147 *elfp = NULL; in dwfl_build_id_find_elf() 170 Dwfl_Error error = __libdw_open_file (&fd, elfp, true, false); in dwfl_build_id_find_elf() 173 else if (__libdwfl_find_build_id (mod, false, *elfp) == 2) in dwfl_build_id_find_elf() 182 elf_end (*elfp); in dwfl_build_id_find_elf() 183 *elfp = NULL; in dwfl_build_id_find_elf()
|
D | dwfl_module_getsym.c | 38 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *biasp, in __libdwfl_getsym() argument 193 if (elfp) in __libdwfl_getsym() 194 *elfp = elf; in __libdwfl_getsym() 204 Elf **elfp, Dwarf_Addr *bias) in dwfl_module_getsym_info() argument 207 return __libdwfl_getsym (mod, ndx, sym, addr, shndxp, elfp, bias, in dwfl_module_getsym_info()
|
D | dwfl_module_addrsym.c | 246 Elf **elfp, Dwarf_Addr *biasp, bool _adjust_st_value) in __libdwfl_addrsym() argument 309 if (elfp != NULL) in __libdwfl_addrsym() 310 *elfp = state.closest_elf; in __libdwfl_addrsym() 330 GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *bias) in INTDEF() 332 return __libdwfl_addrsym (mod, address, offset, sym, shndxp, elfp, bias, in INTDEF()
|
D | core-file.c | 178 void *arg, Elf **elfp) in core_file_read_eagerly() argument 193 *elfp = elf_memory (*buffer, whole); in core_file_read_eagerly() 194 if (unlikely (*elfp == NULL)) in core_file_read_eagerly() 197 (*elfp)->flags |= ELF_F_MALLOCED; in core_file_read_eagerly() 204 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL); in core_file_read_eagerly() 207 return *elfp != NULL; in core_file_read_eagerly()
|
D | libdwfl.h | 57 char **file_name, Elf **elfp); 478 Elf **elfp, Dwarf_Addr *bias) 505 GElf_Word *shndxp, Elf **elfp,
|
D | libdwflP.h | 462 Elf **elfp, Dwarf_Addr *biasp, 625 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp, 631 extern Dwfl_Error __libdw_open_elf (int fd, Elf **elfp) internal_function; 654 void *arg, Elf **elfp);
|
D | linux-proc-maps.c | 362 char **file_name, Elf **elfp) in dwfl_linux_proc_find_elf() argument 425 *elfp = elf_from_remote_memory (base, sysconf (_SC_PAGESIZE), NULL, in dwfl_linux_proc_find_elf()
|
D | linux-kernel-modules.c | 743 char **file_name, Elf **elfp) in dwfl_linux_kernel_find_elf() argument 748 file_name, elfp); in dwfl_linux_kernel_find_elf()
|
D | ChangeLog | 1158 (dwfl_module_addrsym_elf): this. Add elfp and biasp arguments, 1163 new elfp and biasp arguments. Track elf instead of file.
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 57 char **file_name, Elf **elfp); 478 Elf **elfp, Dwarf_Addr *bias) 505 GElf_Word *shndxp, Elf **elfp,
|
/external/elfutils/tests/ |
D | backtrace-data.c | 65 Elf **elfp __attribute__ ((unused))) in find_elf() argument
|