Searched refs:ebl_core_note (Results 1 – 7 of 7) sorted by relevance
/third_party/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 | 310 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr,
|
D | ChangeLog | 149 * libebl.h (ebl_core_note): Add desc as argument. 150 * eblcorenote.c (ebl_core_note): Take desc as an argument, check 517 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data 672 * eblcorenote.c (ebl_core_note): For normally-zero types, 1213 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
|
/third_party/elfutils/libdwfl/ |
D | linux-core-attach.c | 140 if (! ebl_core_note (core_arg->ebl, &nhdr, name, desc, in core_next_thread() 195 int core_note_err = ebl_core_note (core_arg->ebl, &nhdr, name, desc, in core_set_initial_registers() 388 if (! ebl_core_note (ebl, &nhdr, name, desc, in dwfl_core_file_attach()
|
D | ChangeLog | 567 * linux-core-attach.c (core_next_thread): Pass desc to ebl_core_note.
|
/third_party/elfutils/src/ |
D | ChangeLog | 705 * readelf (handle_core_note): Pass desc to ebl_core_note. 3574 (handle_core_note): Pass NHDR and NAME to ebl_core_note. 4424 (handle_notes): Call those with details from ebl_core_note.
|
D | readelf.c | 12653 if (! ebl_core_note (ebl, nhdr, name, desc, in handle_core_note()
|