OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:core_hdr
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libc/sys/
t_ptrace_core_wait.h
67
GElf_Phdr
core_hdr
;
local in function:core_find_note
69
SYSCALL_REQUIRE(gelf_getphdr(core_elf, i, &
core_hdr
));
70
if (
core_hdr
.p_type != PT_NOTE)
73
for (offset =
core_hdr
.p_offset;
74
offset <
core_hdr
.p_offset +
core_hdr
.p_filesz;) {
118
offset = roundup(offset,
core_hdr
.p_align);
131
offset = roundup(offset,
core_hdr
.p_align);
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025