Searched refs:handle_address (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/tests/ |
D | dwfl-addr-sect.c | 33 handle_address (Dwfl *dwfl, Dwarf_Addr address) in handle_address() function 72 result |= handle_address (dwfl, addr); in main()
|
D | addrscopes.c | 95 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()
|
D | addrcfi.c | 158 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()
|
D | dwarfcfi.c | 80 handle_address (Dwarf_CFI *cfi, GElf_Addr pc) in handle_address() function 165 result |= handle_address (cfi, addr); in main()
|
D | ChangeLog | 1753 * addrcfi.c (handle_address): Free stuff.frame between handle_cfi 1755 * addrscopes.c (handle_address): Free scopes. 2047 * addrscopes.c (handle_address): Last address in scope is highpc - 1. 3460 * dwfl-addr-sect.c (handle_address): Return int. 3945 * addrscopes.c (handle_address): Apply bias to PC addresses. 3954 (print_vars, handle_address): Use plain dwarf_diename. 3966 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
|
/external/elfutils/src/ |
D | addr2line.c | 105 static int handle_address (const char *addr, Dwfl *dwfl); 188 result = handle_address (buf, dwfl); in main() 197 result = handle_address (argv[remaining], dwfl); in main() 622 handle_address (const char *string, Dwfl *dwfl) in handle_address() function
|
D | ChangeLog | 45 * addr2line.c (handle_address): Move show_note and show_int up to 985 * addr2line.c (main): Add fflush (stdout) after handle_address () 1101 * addr2line.c (handle_address): Use FALLTHROUGH macro instead of 1352 * addr2line.c (handle_address): Add fallthrough comment. 1749 * addr2line.c (handle_address): Set scopes to NULL after free. 1759 (handle_address): Likewise. 1774 (handle_address): Likewise. 1782 (handle_address): Print address if print_addresses is true. 1786 * addr2line.c (handle_address): Call strtoumax with base 16. Make 2038 * addr2line.c (handle_address): Likewise. [all …]
|