Searched refs:ELF_ALIGN_UP (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dexternal.h188 #define ELF_ALIGN_UP(addr, boundary) \ macro
194 ELF_ALIGN_UP (offsetof (Elf_External_Note, name) + (namesz), (align))
199 ELF_ALIGN_UP (ELF_NOTE_DESC_OFFSET ((namesz), (align)) + (descsz), \
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dexternal.h188 #define ELF_ALIGN_UP(addr, boundary) \ macro
194 ELF_ALIGN_UP (offsetof (Elf_External_Note, name) + (namesz), (align))
199 ELF_ALIGN_UP (ELF_NOTE_DESC_OFFSET ((namesz), (align)) + (descsz), \
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dexternal.h188 #define ELF_ALIGN_UP(addr, boundary) \ macro
194 ELF_ALIGN_UP (offsetof (Elf_External_Note, name) + (namesz), (align))
199 ELF_ALIGN_UP (ELF_NOTE_DESC_OFFSET ((namesz), (align)) + (descsz), \
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dexternal.h188 #define ELF_ALIGN_UP(addr, boundary) \ macro
194 ELF_ALIGN_UP (offsetof (Elf_External_Note, name) + (namesz), (align))
199 ELF_ALIGN_UP (ELF_NOTE_DESC_OFFSET ((namesz), (align)) + (descsz), \
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Delfedit.c233 ptr += ELF_ALIGN_UP (datasz, align);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Delfedit.c236 ptr += ELF_ALIGN_UP (datasz, align);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Delfedit.c233 ptr += ELF_ALIGN_UP (datasz, align);

Completed in 103 milliseconds