OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readptr
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
auxv.h
30
Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
31
Return 0 if *
READPTR
is already at the end of the buffer.
34
extern int default_auxv_parse (struct target_ops *ops, const gdb_byte **
readptr
,
41
Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
42
Return 0 if *
READPTR
is already at the end of the buffer.
45
extern int svr4_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
,
auxv.c
254
generic_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
,
261
const gdb_byte *ptr = *
readptr
;
278
*
readptr
= ptr;
285
default_auxv_parse (struct target_ops *ops, const gdb_byte **
readptr
,
292
return generic_auxv_parse (gdbarch,
readptr
, endptr, typep, valp,
299
svr4_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
,
305
return generic_auxv_parse (gdbarch,
readptr
, endptr, typep, valp,
309
/* Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
314
Return 0 if *
READPTR
is already at the end of the buffer.
319
parse_auxv (target_ops *ops, gdbarch *gdbarch, const gdb_byte **
readptr
,
[
all
...]
s390-linux-nat.c
136
int auxv_parse (const gdb_byte **
readptr
,
967
s390_linux_nat_target::auxv_parse (const gdb_byte **
readptr
,
974
const gdb_byte *ptr = *
readptr
;
987
*
readptr
= ptr;
ppc-linux-nat.c
531
int auxv_parse (const gdb_byte **
readptr
,
1915
ppc_linux_nat_target::auxv_parse (const gdb_byte **
readptr
,
1928
const gdb_byte *ptr = *
readptr
;
1941
*
readptr
= ptr;
procfs.c
146
int auxv_parse (const gdb_byte **
readptr
,
174
procfs_target::auxv_parse (const gdb_byte **
readptr
,
179
const gdb_byte *ptr = *
readptr
;
194
*
readptr
= ptr;
gdbarch-gen.h
1671
/* Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
1672
Return 0 if *
READPTR
is already at the end of the buffer.
1678
typedef int (gdbarch_auxv_parse_ftype) (struct gdbarch *gdbarch, const gdb_byte **
readptr
, const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp);
1679
extern int gdbarch_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
, const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp);
target.h
906
/* Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
907
Return 0 if *
READPTR
is already at the end of the buffer.
910
virtual int auxv_parse (const gdb_byte **
readptr
,
gdbarch-gen.c
5262
gdbarch_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
, const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp)
5268
return gdbarch->auxv_parse (gdbarch,
readptr
, endptr, typep, valp);
/src/external/gpl3/gdb/dist/gdb/
auxv.h
30
Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
31
Return 0 if *
READPTR
is already at the end of the buffer.
34
extern int default_auxv_parse (struct target_ops *ops, const gdb_byte **
readptr
,
41
Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
42
Return 0 if *
READPTR
is already at the end of the buffer.
45
extern int svr4_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
,
auxv.c
254
generic_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
,
261
const gdb_byte *ptr = *
readptr
;
278
*
readptr
= ptr;
285
default_auxv_parse (struct target_ops *ops, const gdb_byte **
readptr
,
292
return generic_auxv_parse (gdbarch,
readptr
, endptr, typep, valp,
299
svr4_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
,
305
return generic_auxv_parse (gdbarch,
readptr
, endptr, typep, valp,
309
/* Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
314
Return 0 if *
READPTR
is already at the end of the buffer.
319
parse_auxv (target_ops *ops, gdbarch *gdbarch, const gdb_byte **
readptr
,
[
all
...]
s390-linux-nat.c
136
int auxv_parse (const gdb_byte **
readptr
,
967
s390_linux_nat_target::auxv_parse (const gdb_byte **
readptr
,
974
const gdb_byte *ptr = *
readptr
;
987
*
readptr
= ptr;
ppc-linux-nat.c
531
int auxv_parse (const gdb_byte **
readptr
,
1915
ppc_linux_nat_target::auxv_parse (const gdb_byte **
readptr
,
1928
const gdb_byte *ptr = *
readptr
;
1941
*
readptr
= ptr;
procfs.c
146
int auxv_parse (const gdb_byte **
readptr
,
174
procfs_target::auxv_parse (const gdb_byte **
readptr
,
179
const gdb_byte *ptr = *
readptr
;
194
*
readptr
= ptr;
gdbarch-gen.h
1667
/* Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
1668
Return 0 if *
READPTR
is already at the end of the buffer.
1674
typedef int (gdbarch_auxv_parse_ftype) (struct gdbarch *gdbarch, const gdb_byte **
readptr
, const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp);
1675
extern int gdbarch_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
, const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp);
target.h
906
/* Read one auxv entry from *
READPTR
, not reading locations >= ENDPTR.
907
Return 0 if *
READPTR
is already at the end of the buffer.
910
virtual int auxv_parse (const gdb_byte **
readptr
,
gdbarch-gen.c
5275
gdbarch_auxv_parse (struct gdbarch *gdbarch, const gdb_byte **
readptr
, const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp)
5281
return gdbarch->auxv_parse (gdbarch,
readptr
, endptr, typep, valp);
Completed in 47 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026