Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
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()
Dgelf_getnote.c91 ? NOTE_ALIGN8 (n->n_descsz) in gelf_getnote()
95 offset = NOTE_ALIGN8 (offset); in gelf_getnote()
DlibelfP.h611 #define NOTE_ALIGN8(n) (((n) + 7) & -8UL) macro
DChangeLog104 (NOTE_ALIGN8): Likewise.
421 (NOTE_ALIGN8): this.
/third_party/elfutils/libdwfl/
Ddwfl_segment_report_module.c556 ? NOTE_ALIGN8 ((uintptr_t) data) in dwfl_segment_report_module()
580 ? NOTE_ALIGN8 ((uintptr_t) data) in dwfl_segment_report_module()
602 namesz = align == 8 ? NOTE_ALIGN8 (namesz) : NOTE_ALIGN4 (namesz); in dwfl_segment_report_module()
610 descsz = align == 8 ? NOTE_ALIGN8 (descsz) : NOTE_ALIGN4 (descsz); in dwfl_segment_report_module()
Dlinux-kernel-modules.c613 len = NOTE_ALIGN8 (len); in check_notes()
617 len = NOTE_ALIGN8 (len); in check_notes()
/third_party/elfutils/libebl/
Deblobjnote.c574 prop.pr_datasz = NOTE_ALIGN8 (prop.pr_datasz); in ebl_object_note()