Searched refs:NOTE_ALIGN8 (Results 1 – 7 of 7) sorted by relevance
48 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()
91 ? NOTE_ALIGN8 (n->n_descsz) in gelf_getnote()95 offset = NOTE_ALIGN8 (offset); in gelf_getnote()
611 #define NOTE_ALIGN8(n) (((n) + 7) & -8UL) macro
104 (NOTE_ALIGN8): Likewise.421 (NOTE_ALIGN8): this.
556 ? 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()
613 len = NOTE_ALIGN8 (len); in check_notes()617 len = NOTE_ALIGN8 (len); in check_notes()
574 prop.pr_datasz = NOTE_ALIGN8 (prop.pr_datasz); in ebl_object_note()