Searched refs:ebl_object_note (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libebl/ |
D | eblobjnote.c | 42 ebl_object_note (Ebl *ebl, const char *name, uint32_t type, in ebl_object_note() function
|
D | ChangeLog | 3 * eblobjnote.c (ebl_object_note): Add brackets around if statement 46 * eblobjnote.c (ebl_object_note): If allocation buf is large, then 181 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes. 214 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing. 233 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION. 325 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap) 353 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID.
|
D | libebl.h | 184 extern void ebl_object_note (Ebl *ebl, const char *name, uint32_t type,
|
/external/elfutils/src/ |
D | readelf.c | 9396 ebl_object_note (ebl, name, nhdr.n_type, nhdr.n_descsz, desc); in handle_notes_data()
|