File: libebl_parisc.h

package info (click to toggle)
elfutils 0.168-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 19,556 kB
  • ctags: 16,866
  • sloc: ansic: 88,090; sh: 20,558; yacc: 1,391; makefile: 1,175; lex: 129; awk: 34; cpp: 25; sed: 16
file content (9 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef _LIBEBL_HPPA_H
#define _LIBEBL_HPPA_H 1

#include <libdw.h>

extern int parisc_return_value_location_32(Dwarf_Die *, const Dwarf_Op **locp);
extern int parisc_return_value_location_64(Dwarf_Die *, const Dwarf_Op **locp);

#endif