HomeSort by relevance Sort by last modified time
    Searched refs:highpc (Results 1 - 7 of 7) sorted by null

  /external/elfutils/tests/
addrscopes.c 129 Dwarf_Addr lowpc, highpc; local
131 && dwarf_highpc (die, &highpc) == 0)
134 highpc += cubias;
136 Dwfl_Line *hiline = dwfl_getsrc (dwfl, highpc);
138 if (highpc != lowpc)
funcscopes.c 157 Dwarf_Addr lowpc, highpc; local
159 && dwarf_highpc (die, &highpc) == 0)
162 highpc += a->dwbias;
164 Dwfl_Line *hiline = dwfl_getsrc (a->dwfl, highpc);
166 if (highpc != lowpc)
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 155 Dwarf_Addr highpc = (Dwarf_Addr) -1l; local
165 highpc = end;
176 : search_range (lowpc, highpc, false, true))
  /external/elfutils/src/
nm.c 553 Dwarf_Addr highpc; member in struct:local_name
567 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc)
571 g2->highpc = g1->highpc;
574 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc)
578 g1->highpc = g2->highpc;
590 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc)
674 Dwarf_Addr highpc; local
1105 Dwarf_Addr highpc; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
gmon.h 167 u_long highpc; member in struct:gmonparam
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 167 u_long highpc; member in struct:gmonparam
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 167 u_long highpc; member in struct:gmonparam

Completed in 923 milliseconds