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

  /src/external/gpl3/binutils/dist/gprofng/src/
Disasm.cc 133 Function *f = dis->map_PC_to_func (ta);
345 Disasm::map_PC_to_func (uint64_t pc)
349 return stabs->map_PC_to_func (pc, low_pc, NULL);
Stabs.cc 297 Stabs::map_PC_to_func (uint64_t pc, uint64_t &low_pc, Vector<Function*> *functions)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Disasm.cc 133 Function *f = dis->map_PC_to_func (ta);
345 Disasm::map_PC_to_func (uint64_t pc)
349 return stabs->map_PC_to_func (pc, low_pc, NULL);
Stabs.cc 297 Stabs::map_PC_to_func (uint64_t pc, uint64_t &low_pc, Vector<Function*> *functions)

Completed in 62 milliseconds