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

  /external/elfutils/libdw/
dwarf_highpc.c 24 dwarf_highpc (die, return_addr)
26 Dwarf_Addr *return_addr;
31 return_addr);
dwarf_lowpc.c 24 dwarf_lowpc (die, return_addr)
26 Dwarf_Addr *return_addr;
31 return_addr);
dwarf_formaddr.c 24 dwarf_formaddr (attr, return_addr)
26 Dwarf_Addr *return_addr;
38 *return_addr = read_8ubyte_unaligned (attr->cu->dbg, attr->valp);
40 *return_addr = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
libdw.h 247 extern int dwarf_formaddr (Dwarf_Attribute *attr, Dwarf_Addr *return_addr)
269 extern int dwarf_highpc (Dwarf_Die *die, Dwarf_Addr *return_addr)
273 extern int dwarf_lowpc (Dwarf_Die *die, Dwarf_Addr *return_addr)
  /external/elfutils/tests/
show-die-info.c 114 { DW_AT_return_addr, "return_addr" },
  /external/libnfc-nxp/src/
phFriNfc_TopazDynamicMap.c 3774 uint16_t return_addr = 0; local
3796 uint16_t return_addr = 0; local
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 261 milliseconds