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

  /external/elfutils/libebl/
eblretval.c 59 ebl_return_value_location (ebl, functypedie, locops)
62 const Dwarf_Op **locops;
64 return ebl == NULL ? -1 : ebl->return_value_location (functypedie, locops);
libebl.h 229 Otherwise, *LOCOPS gets a location expression to find the return value,
234 const Dwarf_Op **locops);
eblopenbackend.c 216 const Dwarf_Op **locops);
713 const Dwarf_Op **locops __attribute__ ((unused)))
  /external/elfutils/libdwfl/
dwfl_module_return_value_location.c 54 dwfl_module_return_value_location (mod, functypedie, locops)
57 const Dwarf_Op **locops;
72 int nops = ebl_return_value_location (mod->ebl, functypedie, locops);
libdwfl.h 531 Otherwise, *LOCOPS gets a location expression to find the return value,
536 const Dwarf_Op **locops);
  /external/elfutils/tests/
funcretval.c 71 const Dwarf_Op *locops; local
73 funcdie, &locops);
83 printf (" {%#x, %#" PRIx64 "}", locops[i].atom, locops[i].number);

Completed in 198 milliseconds