Searched refs:ebl_core_note (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libebl/ |
D | eblcorenote.c | 44 ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name, in ebl_core_note() function
|
D | libebl.h | 322 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr,
|
D | ChangeLog | 8 * libebl.h (ebl_core_note): Add desc as argument. 9 * eblcorenote.c (ebl_core_note): Take desc as an argument, check 376 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data 531 * eblcorenote.c (ebl_core_note): For normally-zero types, 1072 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 140 if (! ebl_core_note (core_arg->ebl, &nhdr, name, desc, in core_next_thread() 194 int core_note_err = ebl_core_note (core_arg->ebl, &nhdr, name, desc, in core_set_initial_registers() 387 if (! ebl_core_note (ebl, &nhdr, name, desc, in dwfl_core_file_attach()
|
D | ChangeLog | 19 * linux-core-attach.c (core_next_thread): Pass desc to ebl_core_note.
|
/external/elfutils/src/ |
D | ChangeLog | 17 * readelf (handle_core_note): Pass desc to ebl_core_note. 2886 (handle_core_note): Pass NHDR and NAME to ebl_core_note. 3736 (handle_notes): Call those with details from ebl_core_note.
|
D | readelf.c | 12171 if (! ebl_core_note (ebl, nhdr, name, desc, in handle_core_note()
|