Home
last modified time | relevance | path

Searched refs:handle_address (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/tests/
Daddrscopes.c95 handle_address (GElf_Addr pc, Dwfl *dwfl) in handle_address() function
172 handle_address (addr, dwfl); in main()
186 handle_address (addr, dwfl); in main()
Ddwfl-addr-sect.c33 handle_address (Dwfl *dwfl, Dwarf_Addr address) in handle_address() function
72 result |= handle_address (dwfl, addr); in main()
Daddrcfi.c158 handle_address (GElf_Addr pc, Dwfl *dwfl) in handle_address() function
209 result |= handle_address (addr, dwfl); in main()
223 result |= handle_address (addr, dwfl); in main()
DChangeLog135 * addrcfi.c (handle_address): Free stuff.frame between handle_cfi
137 * addrscopes.c (handle_address): Free scopes.
429 * addrscopes.c (handle_address): Last address in scope is highpc - 1.
1842 * dwfl-addr-sect.c (handle_address): Return int.
2327 * addrscopes.c (handle_address): Apply bias to PC addresses.
2336 (print_vars, handle_address): Use plain dwarf_diename.
2348 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
/external/elfutils/src/
Daddr2line.c106 static int handle_address (const char *addr, Dwfl *dwfl);
189 result = handle_address (buf, dwfl); in main()
197 result = handle_address (argv[remaining], dwfl); in main()
616 handle_address (const char *string, Dwfl *dwfl) in handle_address() function
DChangeLog280 * addr2line.c (handle_address): Set scopes to NULL after free.
290 (handle_address): Likewise.
305 (handle_address): Likewise.
313 (handle_address): Print address if print_addresses is true.
317 * addr2line.c (handle_address): Call strtoumax with base 16. Make
569 * addr2line.c (handle_address): Likewise.
574 * addr2line.c (handle_address): Find the proper inline parents.
852 * addr2line.c (handle_address): Initialize scopes to NULL.
1014 (handle_address): Request value and use it instead of sym.st_value.
1084 (handle_address): here. Call print_src. Print inlines.
[all …]