Searched refs:handle_address (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/tests/ |
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 | 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 | 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 | ChangeLog | 135 * 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/ |
D | addr2line.c | 106 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
|
D | ChangeLog | 280 * 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 …]
|