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

  /external/elfutils/libebl/
eblretval.c 39 const Dwarf_Op **locops)
41 return ebl == NULL ? -1 : ebl->return_value_location (functypedie, locops);
libebl.h 226 Otherwise, *LOCOPS gets a location expression to find the return value,
231 const Dwarf_Op **locops);
eblopenbackend.c 194 const Dwarf_Op **locops);
706 const Dwarf_Op **locops __attribute__ ((unused)))
  /external/elfutils/libdwfl/
dwfl_module_return_value_location.c 38 const Dwarf_Op **locops)
53 int nops = ebl_return_value_location (mod->ebl, functypedie, locops);
libdwfl.h 613 Otherwise, *LOCOPS gets a location expression to find the return value,
618 const Dwarf_Op **locops);
    [all...]
  /external/elfutils/tests/
funcretval.c 63 const Dwarf_Op *locops; local
65 funcdie, &locops);
75 printf (" {%#x, %#" PRIx64 "}", locops[i].atom, locops[i].number);

Completed in 290 milliseconds