GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/gdb/auxv.h File Reference
#include "target.h"

Go to the source code of this file.

Functions

int default_auxv_parse (struct target_ops *ops, gdb_byte **readptr, gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp)
 
int target_auxv_parse (struct target_ops *ops, gdb_byte **readptr, gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp)
 
int target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp)
 
int fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
 

Variables

target_xfer_partial_ftype memory_xfer_auxv
 

Function Documentation

int default_auxv_parse ( struct target_ops ops,
gdb_byte **  readptr,
gdb_byte endptr,
CORE_ADDR typep,
CORE_ADDR valp 
)
int fprint_target_auxv ( struct ui_file file,
struct target_ops ops 
)
int target_auxv_parse ( struct target_ops ops,
gdb_byte **  readptr,
gdb_byte endptr,
CORE_ADDR typep,
CORE_ADDR valp 
)
int target_auxv_search ( struct target_ops ops,
CORE_ADDR  match,
CORE_ADDR valp 
)

Variable Documentation

target_xfer_partial_ftype memory_xfer_auxv