HomeSort by relevance Sort by last modified time
    Searched defs:highaddr (Results 1 - 2 of 2) sorted by null

  /external/elfutils/0.153/src/
findtextrel.c 547 GElf_Addr highaddr = ~0ul; local
564 if (sym->st_value > addr && sym->st_value < highaddr)
566 highaddr = sym->st_value;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c 688 Dwarf_Addr eaddr, highaddr; local
698 if (dwarf_highpc(sp_die, &highaddr) != 0) {
703 if (paddr > highaddr) {
    [all...]

Completed in 82 milliseconds