HomeSort by: relevance | last modified time | path
    Searched defs:lowpc (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprof/
hist.h 27 bfd_vma lowpc; member in struct:histogram
hist.c 47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
99 if (gmon_io_read_vma (ifp, &record->lowpc)
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);
189 lowpc = n_record.lowpc;
191 hist_clip_symbol_address (&lowpc, &highpc);
192 if (lowpc != highpc)
220 (unsigned long) record->lowpc, (unsigned long) record->highpc
372 bfd_vma lowpc = r->lowpc \/ sizeof (UNIT); local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
hist.h 27 bfd_vma lowpc; member in struct:histogram
gmon_hist.cc 57 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
111 if (gmon_io_read_vma (ifp, &record->lowpc, 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);
201 lowpc = n_record.lowpc;
203 hist_clip_symbol_address (&lowpc, &highpc, whoami);
204 if (lowpc != highpc)
232 (unsigned long) record->lowpc, (unsigned long) record->highpc
343 bfd_vma lowpc = r->lowpc \/ sizeof (UNIT); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
hist.h 27 bfd_vma lowpc; member in struct:histogram
hist.c 47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
99 if (gmon_io_read_vma (ifp, &record->lowpc)
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);
189 lowpc = n_record.lowpc;
191 hist_clip_symbol_address (&lowpc, &highpc);
192 if (lowpc != highpc)
220 (unsigned long) record->lowpc, (unsigned long) record->highpc
372 bfd_vma lowpc = r->lowpc \/ sizeof (UNIT); local
    [all...]
  /src/sys/sys/
gmon.h 130 u_long lowpc; member in struct:gmonparam
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 1197 uintptr_t lowpc, uintptr_t highpc,
1209 if ((lowpc == p->high || lowpc == p->high + 1)
1224 p->low = lowpc;
1530 lowpc/highpc is set or ranges is set. */
1533 uintptr_t lowpc; /* The low PC value. */ member in struct:pcrange
1535 int lowpc_is_addr_index; /* Whether lowpc is in .debug_addr. */
1538 int highpc_is_relative; /* Whether highpc is relative to lowpc. */
1556 pcrange->lowpc = (uintptr_t) val->u.uint;
1561 pcrange->lowpc = (uintptr_t) val->u.uint
1624 uintptr_t lowpc; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 1197 uint64_t lowpc, uint64_t highpc,
1209 if ((lowpc == p->high || lowpc == p->high + 1)
1224 p->low = lowpc;
1530 lowpc/highpc is set or ranges is set. */
1533 uint64_t lowpc; /* The low PC value. */ member in struct:pcrange
1535 int lowpc_is_addr_index; /* Whether lowpc is in .debug_addr. */
1538 int highpc_is_relative; /* Whether highpc is relative to lowpc. */
1556 pcrange->lowpc = val->u.uint;
1561 pcrange->lowpc = val->u.uint
1624 uint64_t lowpc; local
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 1197 uintptr_t lowpc, uintptr_t highpc,
1209 if ((lowpc == p->high || lowpc == p->high + 1)
1224 p->low = lowpc;
1530 lowpc/highpc is set or ranges is set. */
1533 uintptr_t lowpc; /* The low PC value. */ member in struct:pcrange
1535 int lowpc_is_addr_index; /* Whether lowpc is in .debug_addr. */
1538 int highpc_is_relative; /* Whether highpc is relative to lowpc. */
1556 pcrange->lowpc = (uintptr_t) val->u.uint;
1561 pcrange->lowpc = (uintptr_t) val->u.uint
1624 uintptr_t lowpc; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 1197 uintptr_t lowpc, uintptr_t highpc,
1209 if ((lowpc == p->high || lowpc == p->high + 1)
1224 p->low = lowpc;
1530 lowpc/highpc is set or ranges is set. */
1533 uintptr_t lowpc; /* The low PC value. */ member in struct:pcrange
1535 int lowpc_is_addr_index; /* Whether lowpc is in .debug_addr. */
1538 int highpc_is_relative; /* Whether highpc is relative to lowpc. */
1556 pcrange->lowpc = (uintptr_t) val->u.uint;
1561 pcrange->lowpc = (uintptr_t) val->u.uint
1624 uintptr_t lowpc; local
    [all...]
  /src/external/gpl3/gdb/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);
7394 COMP_DIR is the compilation directory. LOWPC is passed to
7399 const file_and_directory &fnd, unrelocated_addr lowpc,
7487 /* The have_code check is here because, if LOWPC and HIGHPC are both 0x0,
7491 dwarf_decode_lines (cu->line_header, cu, lowpc, decode_mapping && have_code);
7501 CORE_ADDR lowpc;
7510 /* If we didn't find a lowpc, set it to highpc to avoid complaints
7514 lowpc = per_objfile->relocate (unrel_low)
6233 unrelocated_addr lowpc, highpc; local
7493 CORE_ADDR lowpc; local
10016 CORE_ADDR lowpc; local
10236 CORE_ADDR lowpc, highpc; local
10497 unrelocated_addr lowpc; local
16467 unrelocated_addr lowpc, highpc; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 890 /* How dwarf2_get_pc_bounds constructed its *LOWPC and *HIGHPC return
6163 unrelocated_addr lowpc, highpc;
6206 get_scope_pc_bounds (cu->dies, &lowpc, &highpc, cu);
7315 COMP_DIR is the compilation directory. LOWPC is passed to
7320 const file_and_directory &fnd, unrelocated_addr lowpc,
7408 /* The have_code check is here because, if LOWPC and HIGHPC are both 0x0,
7412 dwarf_decode_lines (cu->line_header, cu, lowpc, decode_mapping && have_code);
7422 CORE_ADDR lowpc;
7431 /* If we didn't find a lowpc, set it to highpc to avoid complaints
7435 lowpc = per_objfile->relocate (unrel_low)
6156 unrelocated_addr lowpc, highpc; local
7414 CORE_ADDR lowpc; local
9890 CORE_ADDR lowpc; local
10118 CORE_ADDR lowpc, highpc; local
10388 unrelocated_addr lowpc; local
16197 unrelocated_addr lowpc, highpc; local
    [all...]

Completed in 63 milliseconds