Home
last modified time | relevance | path

Searched refs:NOTE_ALIGN4 (Results 1 – 7 of 7) sorted by relevance

/dports/devel/elfutils/elfutils-0.179/libelf/
H A Dnote_xlate.h48 note_len = nhdr8 ? NOTE_ALIGN8 (note_len) : NOTE_ALIGN4 (note_len); in elf_cvt_note()
60 note_len = nhdr8 ? NOTE_ALIGN8 (note_len) : NOTE_ALIGN4 (note_len); in elf_cvt_note()
H A Dgelf_getnote.c92 : NOTE_ALIGN4 (n->n_descsz)); in gelf_getnote()
97 offset = NOTE_ALIGN4 (offset); in gelf_getnote()
H A DlibelfP.h608 #define NOTE_ALIGN4(n) (((n) + 3) & -4U) macro
H A DChangeLog197 (NOTE_ALIGN4): ... and ...
/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Dlinux-kernel-modules.c616 len = NOTE_ALIGN4 (len); in check_notes()
620 len = NOTE_ALIGN4 (len); in check_notes()
H A Ddwfl_segment_report_module.c510 len = align == 8 ? NOTE_ALIGN8 (len) : NOTE_ALIGN4 (len); in dwfl_segment_report_module()
530 len = align == 8 ? NOTE_ALIGN8 (len) : NOTE_ALIGN4 (len); in dwfl_segment_report_module()
/dports/devel/elfutils/elfutils-0.179/libebl/
H A Deblobjnote.c501 prop.pr_datasz = NOTE_ALIGN4 (prop.pr_datasz); in ebl_object_note()