OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buf_filesz_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c
2804
gdb_byte *
buf_filesz_p
= (gdb_byte *) &phdrp->p_filesz;
local
2810
filesz = extract_unsigned_integer (
buf_filesz_p
, 4,
2820
store_unsigned_integer (
buf_filesz_p
, 4, byte_order,
2942
gdb_byte *
buf_filesz_p
= (gdb_byte *) &phdrp->p_filesz;
local
2948
filesz = extract_unsigned_integer (
buf_filesz_p
, 8,
2959
store_unsigned_integer (
buf_filesz_p
, 8, byte_order,
/src/external/gpl3/gdb/dist/gdb/
solib-svr4.c
3107
gdb_byte *
buf_filesz_p
= (gdb_byte *) &phdrp->p_filesz;
local
3113
filesz = extract_unsigned_integer (
buf_filesz_p
, 4,
3123
store_unsigned_integer (
buf_filesz_p
, 4, byte_order,
3245
gdb_byte *
buf_filesz_p
= (gdb_byte *) &phdrp->p_filesz;
local
3251
filesz = extract_unsigned_integer (
buf_filesz_p
, 8,
3262
store_unsigned_integer (
buf_filesz_p
, 8, byte_order,
Completed in 16 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026