| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| call-site.h | 59 /* An array of addresses. */ 60 ADDRESSES, 83 m_loc_kind = ADDRESSES; 84 m_loc.addresses.length = length; 85 m_loc.addresses.values = data; 111 /* Array of addresses. */ 116 } addresses; member in union:call_site_target::__anon187
|
| loc.c | 70 .debug_addr and specify the beginning and ending addresses, and then 102 /* Decode the addresses in a non-dwo .debug_loc entry. 104 The encoded low,high addresses are return in *LOW,*HIGH. 150 /* Decode the addresses in .debug_loclists entry. 152 The encoded low,high addresses are return in *LOW,*HIGH. 285 /* Decode the addresses in .debug_loc.dwo entry. 287 The encoded low,high addresses are return in *LOW,*HIGH. 741 case call_site_target::ADDRESSES: 745 for (unsigned i = 0; i < m_loc.addresses.length; ++i) 746 callback (per_objfile->relocate (m_loc.addresses.values[i])) 970 std::vector<CORE_ADDR> addresses; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| call-site.h | 59 /* An array of addresses. */ 60 ADDRESSES, 83 m_loc_kind = ADDRESSES; 84 m_loc.addresses.length = length; 85 m_loc.addresses.values = data; 111 /* Array of addresses. */ 116 } addresses; member in union:call_site_target::__anon260
|
| loc.c | 70 .debug_addr and specify the beginning and ending addresses, and then 102 /* Decode the addresses in a non-dwo .debug_loc entry. 104 The encoded low,high addresses are return in *LOW,*HIGH. 150 /* Decode the addresses in .debug_loclists entry. 152 The encoded low,high addresses are return in *LOW,*HIGH. 285 /* Decode the addresses in .debug_loc.dwo entry. 287 The encoded low,high addresses are return in *LOW,*HIGH. 741 case call_site_target::ADDRESSES: 745 for (unsigned i = 0; i < m_loc.addresses.length; ++i) 746 callback (per_objfile->relocate (m_loc.addresses.values[i])) 970 std::vector<CORE_ADDR> addresses; local [all...] |
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof.in | 169 Maps addresses to symbol names. In this mode, stdin should be a 172 on linux), followed by a list of hex addresses to map, one per line. 188 --addresses Report at address level 201 --symbols Print demangled symbol names found at given addresses 397 "addresses!" => \$main::opt_addresses, 1398 # like hex addresses (like "0xDEADBEEF"). We will parse all 1399 # /proc/maps output, and for all the hex addresses, we will output 2582 next; # the only collisions we care about are when addresses differ 2595 # TODO(csilvers): take in a list of addresses we care about, and only 2619 # Translate a stack of addresses into a stack of symbol [all...] |
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 169 Maps addresses to symbol names. In this mode, stdin should be a 172 on linux), followed by a list of hex addresses to map, one per line. 188 --addresses Report at address level 201 --symbols Print demangled symbol names found at given addresses 392 "addresses!" => \$main::opt_addresses, 1383 # like hex addresses (like "0xDEADBEEF"). We will parse all 1384 # /proc/maps output, and for all the hex addresses, we will output 2567 next; # the only collisions we care about are when addresses differ 2580 # TODO(csilvers): take in a list of addresses we care about, and only 2604 # Translate a stack of addresses into a stack of symbol [all...] |