Searched refs:ebl_object_note (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libebl/ |
D | ChangeLog | 3 * eblobjnote.c (ebl_object_note): Check pr_datasz padding doesn't 14 * eblobjnte.c (ebl_object_note): Check pr_datasz isn't too large. 18 * eblobjnte.c (ebl_object_note): For GNU_PROPERTY_STACK_SIZE use 28 * libebl.h (ebl_object_note): Add new argument namesz. 29 * eblobjnote.c (ebl_object_note): Likewise and handle GNU Build 36 * eblobjnote.c (ebl_object_note): Recognize NT_VERSION with zero 45 * eblobjnote.c (ebl_object_note): Handle NT_GNU_PROPERTY_TYPE_0. 96 * eblobjnote.c (ebl_object_note): Use FALLTHROUGH macro instead of 173 * eblobjnote.c (ebl_object_note): Add brackets around if statement 216 * eblobjnote.c (ebl_object_note): If allocation buf is large, then [all …]
|
D | libebl.h | 182 extern void ebl_object_note (Ebl *ebl, uint32_t namesz, const char *name,
|
D | eblobjnote.c | 47 ebl_object_note (Ebl *ebl, uint32_t namesz, const char *name, uint32_t type, in ebl_object_note() function
|
/external/elfutils/src/ |
D | ChangeLog | 35 ebl_object_note.
|
D | readelf.c | 12266 ebl_object_note (ebl, nhdr.n_namesz, name, nhdr.n_type, in handle_notes_data()
|