OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:note_phdr
(Results
1 - 3
of
3
) sorted by null
/external/libunwind/src/coredump/
_UCD_internal.h
92
void *
note_phdr
; /* allocated or NULL */
member in struct:UCD_info
93
struct PRSTATUS_STRUCT *prstatus; /* points inside
note_phdr
*/
_UCD_destroy.c
47
free(ui->
note_phdr
);
_UCD_create.c
218
ui->
note_phdr
= malloc(cur->p_filesz);
220
|| (uoff_t)read(fd, ui->
note_phdr
, cur->p_filesz) != cur->p_filesz)
226
note_end = STRUCT_MEMBER_P (ui->
note_phdr
, cur->p_filesz);
230
note_hdr = (Elf32_Nhdr *)ui->
note_phdr
;
243
note_hdr = (Elf32_Nhdr *)ui->
note_phdr
;
Completed in 45 milliseconds