| /src/external/gpl3/binutils/dist/gprof/ |
| hist.h | 28 bfd_vma highpc; member in struct:histogram
|
| hist.c | 47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc); 100 || gmon_io_read_vma (ifp, &record->highpc) 112 n_hist_scale = (double)(record->highpc - record->lowpc) / sizeof (UNIT) 171 bfd_vma lowpc, highpc; local 180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); 190 highpc = n_record.highpc; 191 hist_clip_symbol_address (&lowpc, &highpc); 192 if (lowpc != highpc) 220 (unsigned long) record->lowpc, (unsigned long) record->highpc, [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| hist.h | 28 bfd_vma highpc; member in struct:histogram
|
| gmon_hist.cc | 57 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc); 112 || gmon_io_read_vma (ifp, &record->highpc, whoami) 124 n_hist_scale = (double)(record->highpc - record->lowpc) / sizeof (UNIT) 183 bfd_vma lowpc, highpc; local 192 existing_record = find_histogram (n_record.lowpc, n_record.highpc); 202 highpc = n_record.highpc; 203 hist_clip_symbol_address (&lowpc, &highpc, whoami); 204 if (lowpc != highpc) 232 (unsigned long) record->lowpc, (unsigned long) record->highpc, [all...] |
| /src/external/gpl3/binutils.old/dist/gprof/ |
| hist.h | 28 bfd_vma highpc; member in struct:histogram
|
| hist.c | 47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc); 100 || gmon_io_read_vma (ifp, &record->highpc) 112 n_hist_scale = (double)(record->highpc - record->lowpc) / sizeof (UNIT) 171 bfd_vma lowpc, highpc; local 180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); 190 highpc = n_record.highpc; 191 hist_clip_symbol_address (&lowpc, &highpc); 192 if (lowpc != highpc) 220 (unsigned long) record->lowpc, (unsigned long) record->highpc, [all...] |
| /src/sys/sys/ |
| gmon.h | 131 u_long highpc; member in struct:gmonparam
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-indexer.c | 46 /* Possibly set the default values of LOWPC and HIGHPC from 276 unrelocated_addr lowpc, highpc; local 277 dwarf2_ranges_read (ranges_offset, &lowpc, &highpc, reader->cu (),
|
| read.c | 4797 unrelocated_addr lowpc, highpc; 4841 get_scope_pc_bounds (cu->dies, &lowpc, &highpc, cu); 4843 addr = per_objfile->relocate (highpc); 6035 /* The have_code check is here because, if LOWPC and HIGHPC are both 0x0, 6055 /* If we didn't find a lowpc, set it to highpc to avoid complaints 8463 CORE_ADDR highpc; 8535 highpc = per_objfile->relocate (unrel_high); 8536 fixup_low_high_pc (cu, die, &lowpc, &highpc); 8618 cstk.static_link, lowpc, highpc); 8675 CORE_ADDR lowpc, highpc; 4792 unrelocated_addr lowpc, highpc; local 8456 CORE_ADDR highpc; local 8668 CORE_ADDR lowpc, highpc; local [all...] |
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| dwarf.c | 1197 uintptr_t lowpc, uintptr_t highpc, 1212 if (highpc > p->high) 1213 p->high = highpc; 1225 p->high = highpc; 1530 lowpc/highpc is set or ranges is set. */ 1536 uintptr_t highpc; /* The high PC value. */ member in struct:pcrange 1538 int highpc_is_relative; /* Whether highpc is relative to lowpc. */ 1539 int highpc_is_addr_index; /* Whether highpc is in .debug_addr. */ 1570 pcrange->highpc = (uintptr_t) val->u.uint; 1575 pcrange->highpc = (uintptr_t) val->u.uint 1625 uintptr_t highpc; local [all...] |
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| dwarf.c | 1197 uint64_t lowpc, uint64_t highpc, 1212 if (highpc > p->high) 1213 p->high = highpc; 1225 p->high = highpc; 1530 lowpc/highpc is set or ranges is set. */ 1536 uint64_t highpc; /* The high PC value. */ member in struct:pcrange 1538 int highpc_is_relative; /* Whether highpc is relative to lowpc. */ 1539 int highpc_is_addr_index; /* Whether highpc is in .debug_addr. */ 1570 pcrange->highpc = val->u.uint; 1575 pcrange->highpc = val->u.uint 1625 uint64_t highpc; local [all...] |
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| dwarf.c | 1197 uintptr_t lowpc, uintptr_t highpc, 1212 if (highpc > p->high) 1213 p->high = highpc; 1225 p->high = highpc; 1530 lowpc/highpc is set or ranges is set. */ 1536 uintptr_t highpc; /* The high PC value. */ member in struct:pcrange 1538 int highpc_is_relative; /* Whether highpc is relative to lowpc. */ 1539 int highpc_is_addr_index; /* Whether highpc is in .debug_addr. */ 1570 pcrange->highpc = (uintptr_t) val->u.uint; 1575 pcrange->highpc = (uintptr_t) val->u.uint 1625 uintptr_t highpc; local [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| dwarf.c | 1197 uintptr_t lowpc, uintptr_t highpc, 1212 if (highpc > p->high) 1213 p->high = highpc; 1225 p->high = highpc; 1530 lowpc/highpc is set or ranges is set. */ 1536 uintptr_t highpc; /* The high PC value. */ member in struct:pcrange 1538 int highpc_is_relative; /* Whether highpc is relative to lowpc. */ 1539 int highpc_is_addr_index; /* Whether highpc is in .debug_addr. */ 1570 pcrange->highpc = (uintptr_t) val->u.uint; 1575 pcrange->highpc = (uintptr_t) val->u.uint 1625 uintptr_t highpc; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 892 /* How dwarf2_get_pc_bounds constructed its *LOWPC and *HIGHPC return 6240 unrelocated_addr lowpc, highpc; 6284 get_scope_pc_bounds (cu->dies, &lowpc, &highpc, cu); 6286 addr = per_objfile->relocate (highpc); 7487 /* The have_code check is here because, if LOWPC and HIGHPC are both 0x0, 7510 /* If we didn't find a lowpc, set it to highpc to avoid complaints 10026 CORE_ADDR highpc; 10096 highpc = per_objfile->relocate (unrel_high); 10097 fixup_low_high_pc (cu, die, &lowpc, &highpc); 10188 cstk.static_link, lowpc, highpc); 6233 unrelocated_addr lowpc, highpc; local 10017 CORE_ADDR highpc; local 10236 CORE_ADDR lowpc, highpc; local 16467 unrelocated_addr lowpc, highpc; local [all...] |