Searched refs:handle_address (Results 1 – 7 of 7) sorted by relevance
/third_party/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 | 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 | 2317 * addrcfi.c (handle_address): Free stuff.frame between handle_cfi 2319 * addrscopes.c (handle_address): Free scopes. 2611 * addrscopes.c (handle_address): Last address in scope is highpc - 1. 4024 * dwfl-addr-sect.c (handle_address): Return int. 4509 * addrscopes.c (handle_address): Apply bias to PC addresses. 4518 (print_vars, handle_address): Use plain dwarf_diename. 4530 * addrscopes.c (handle_address): Take new argument IGNORE_INLINES,
|
/third_party/elfutils/src/ |
D | addr2line.c | 108 static int handle_address (const char *addr, Dwfl *dwfl); 191 result = handle_address (buf, dwfl); in main() 200 result = handle_address (argv[remaining], dwfl); in main() 628 handle_address (const char *string, Dwfl *dwfl) in handle_address() function
|
D | ChangeLog | 327 * addr2line.c (handle_address): Move show_note and show_int up to 1267 * addr2line.c (main): Add fflush (stdout) after handle_address () 1383 * addr2line.c (handle_address): Use FALLTHROUGH macro instead of 1634 * addr2line.c (handle_address): Add fallthrough comment. 2031 * addr2line.c (handle_address): Set scopes to NULL after free. 2041 (handle_address): Likewise. 2056 (handle_address): Likewise. 2064 (handle_address): Print address if print_addresses is true. 2068 * addr2line.c (handle_address): Call strtoumax with base 16. Make 2320 * addr2line.c (handle_address): Likewise. [all …]
|