OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notesz
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
491
UInt
notesz
;
local
587
for (note = notelist,
notesz
= 0; note != NULL; note = note->next)
588
notesz
+= note_size(note);
596
phdrs[0].p_filesz =
notesz
;
601
off +=
notesz
;
Completed in 178 milliseconds