OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dwfl_Line
(Results
1 - 14
of
14
) sorted by null
/external/elfutils/libdwfl/
dwfl_linemodule.c
53
dwfl_linemodule (
Dwfl_Line
*line)
dwfl_getsrc.c
52
Dwfl_Line
*
dwfl_linecu.c
55
dwfl_linecu (
Dwfl_Line
*line)
dwfl_line_comp_dir.c
54
dwfl_line_comp_dir (
Dwfl_Line
*line)
dwfl_onesrcline.c
52
Dwfl_Line
*
libdwfl.h
63
typedef struct
Dwfl_Line
Dwfl_Line
;
493
number of
Dwfl_Line
entries it has. */
497
extern
Dwfl_Line
*dwfl_onesrcline (Dwarf_Die *cudie, size_t idx);
500
extern
Dwfl_Line
*dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr);
501
extern
Dwfl_Line
*dwfl_getsrc (Dwfl *dwfl, Dwarf_Addr addr);
506
Dwfl_Line
***srcsp, size_t *nsrcs);
509
extern Dwfl_Module *dwfl_linemodule (
Dwfl_Line
*line);
512
extern Dwarf_Die *dwfl_linecu (
Dwfl_Line
*line);
516
extern const char *dwfl_lineinfo (
Dwfl_Line
*line, Dwarf_Addr *addr
[
all
...]
dwfl_module_getsrc_file.c
56
Dwfl_Line
***srcsp, size_t *nsrcs)
73
Dwfl_Line
**match = *nsrcs == 0 ? NULL : *srcsp;
85
inline Dwarf_Line *
dwfl_line
(const
Dwfl_Line
*line)
function
89
inline const char *dwfl_line_file (const
Dwfl_Line
*line)
91
return INTUSE(dwarf_line_file) (
dwfl_line
(line));
136
&& (
dwfl_line
(match[inner])->line != line->line
137
||
dwfl_line
(match[inner])->line != lineno
139
&& (
dwfl_line
(match[inner])->column != line->column
140
||
dwfl_line
(match[inner])->column != column)))
[
all
...]
dwfl_lineinfo.c
54
dwfl_lineinfo (
Dwfl_Line
*line, Dwarf_Addr *addr, int *linep, int *colp,
dwfl_module_getsrc.c
53
Dwfl_Line
*
libdwflP.h
208
/* This is what the opaque
Dwfl_Line
* pointers we pass to users are.
214
struct
Dwfl_Line
221
dwfl_linecu_inline (const
Dwfl_Line
*line)
/external/elfutils/tests/
addrscopes.c
41
paddr (const char *prefix, Dwarf_Addr addr,
Dwfl_Line
*line)
135
Dwfl_Line
*loline = dwfl_getsrc (dwfl, lowpc);
136
Dwfl_Line
*hiline = dwfl_getsrc (dwfl, highpc);
funcscopes.c
42
paddr (const char *prefix, Dwarf_Addr addr,
Dwfl_Line
*line)
163
Dwfl_Line
*loline = dwfl_getsrc (a->dwfl, lowpc);
164
Dwfl_Line
*hiline = dwfl_getsrc (a->dwfl, highpc);
line2addr.c
84
Dwfl_Line
**lines = NULL;
/external/elfutils/src/
addr2line.c
457
Dwfl_Line
*line = dwfl_module_getsrc (mod, addr);
Completed in 911 milliseconds