Home
last modified time | relevance | path

Searched refs:ebl_object_note (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libebl/
Deblobjnote.c42 ebl_object_note (Ebl *ebl, const char *name, uint32_t type, in ebl_object_note() function
DChangeLog3 * 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.
Dlibebl.h184 extern void ebl_object_note (Ebl *ebl, const char *name, uint32_t type,
/external/elfutils/src/
Dreadelf.c9396 ebl_object_note (ebl, name, nhdr.n_type, nhdr.n_descsz, desc); in handle_notes_data()