File: libebl_arm.h

package info (click to toggle)
elfutils 0.148-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 13,192 kB
  • ctags: 18,380
  • sloc: ansic: 71,921; sh: 9,889; yacc: 2,055; makefile: 892; lex: 487; awk: 50; sed: 16
file content (9 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef _LIBEBL_ARM_H
#define _LIBEBL_ARM_H 1

#include <libdw.h>

extern int arm_return_value_location_soft(Dwarf_Die *, const Dwarf_Op **locp);
extern int arm_return_value_location_hard(Dwarf_Die *, const Dwarf_Op **locp);

#endif