HomeSort by relevance Sort by last modified time
    Searched full:dwfl_report_elf (Results 1 - 11 of 11) sorted by null

  /external/elfutils/libdw/
libdw.map 137 dwfl_report_elf;
  /external/elfutils/libdwfl/
ChangeLog 148 dwfl_report_elf fails.
262 * dwfl_report_elf.c (__libdwfl_report_elf): Align initial BASE for
267 * dwfl_report_elf.c (__libdwfl_report_elf): Readjust BASE when a later
271 * dwfl_report_elf.c (__libdwfl_report_elf): Fix bias calculation.
276 * dwfl_report_elf.c (__libdwfl_report_elf): Don't be confused by BASE
284 * dwfl_report_elf.c (__libdwfl_report_elf): Likewise.
292 * dwfl_report_elf.c (__libdwfl_report_elf): Clear SHDR->sh_offset when
334 * dwfl_report_elf.c (__libdwfl_report_elf): New, broken out of ...
335 (dwfl_report_elf): ... here. Call it.
349 * dwfl_report_elf.c (dwfl_report_elf): When an ET_REL file has sh_add
    [all...]
Android.mk 40 dwfl_report_elf.c \
libdwflP.h 303 /* Meat of dwfl_report_elf, given elf_begin just called.
348 no such module exists, this calls dwfl_report_elf on the l_name string.
355 previously reported and preloaded as with dwfl_report_elf.
385 INTDECL (dwfl_report_elf)
dwfl_report_elf.c 262 dwfl_report_elf (Dwfl *dwfl, const char *name, function
289 INTDEF (dwfl_report_elf)
Makefile.am 51 dwfl_module.c dwfl_report_elf.c relocate.c \
libdwfl.h 166 extern Dwfl_Module *dwfl_report_elf (Dwfl *dwfl, const char *name,
172 If this is used, dwfl_report_module and dwfl_report_elf may not be
337 /* Call dwfl_report_elf for the running Linux kernel.
Makefile.in 56 dwfl_module.$(OBJEXT) dwfl_report_elf.$(OBJEXT) \
232 dwfl_module.c dwfl_report_elf.c relocate.c \
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwfl_report_elf.Po@am__quote@
offline.c 54 /* Since dwfl_report_elf lays out the sections already, this will only be
link_map.c 262 no such module exists, this calls dwfl_report_elf on the l_name string.
414 mod = INTUSE(dwfl_report_elf) (dwfl, basename (name),
linux-kernel-modules.c 194 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME,
581 /* Find the ELF file for the running kernel and dwfl_report_elf it. */

Completed in 118 milliseconds