OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:note_hdr
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libc/sys/
t_ptrace_core_wait.h
75
Elf64_Nhdr
note_hdr
;
local in function:core_find_note
80
SYSCALL_REQUIRE(pread(core_fd, &
note_hdr
,
81
sizeof(
note_hdr
), offset)
82
== sizeof(
note_hdr
));
83
offset += sizeof(
note_hdr
);
92
note_hdr
.n_namesz = tmp_hdr.n_namesz;
93
note_hdr
.n_descsz = tmp_hdr.n_descsz;
94
note_hdr
.n_type = tmp_hdr.n_type;
100
if (
note_hdr
.n_namesz == 0 ||
note_hdr
.n_descsz == 0
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025