OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handle_address
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/tests/
dwfl-addr-sect.c
41
handle_address
(Dwfl *dwfl, Dwarf_Addr address)
function
80
result |=
handle_address
(dwfl, addr);
addrscopes.c
103
handle_address
(GElf_Addr pc, Dwfl *dwfl)
function
179
handle_address
(addr, dwfl);
193
handle_address
(addr, dwfl);
ChangeLog
193
* dwfl-addr-sect.c (
handle_address
): Return int.
678
* addrscopes.c (
handle_address
): Apply bias to PC addresses.
687
(print_vars,
handle_address
): Use plain dwarf_diename.
699
* addrscopes.c (
handle_address
): Take new argument IGNORE_INLINES,
/external/elfutils/src/
addr2line.c
99
static int
handle_address
(const char *addr, Dwfl *dwfl);
157
result =
handle_address
(buf, dwfl);
165
result =
handle_address
(argv[remaining], dwfl);
368
handle_address
(const char *string, Dwfl *dwfl)
function
ChangeLog
18
* addr2line.c (main): Pass string to
handle_address
.
19
(see_one_module): New function, subroutine of
handle_address
.
21
(
handle_address
): Take string argument rather than address.
588
(
handle_address
): Call it.
800
(
handle_address
): If set, prepend dwfl_line_comp_dir results to
[
all
...]
Completed in 745 milliseconds