Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dimgact_aout.h61 #define N_ALIGN(ex,x) \ macro
86 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))
95 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
99 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
/freebsd-12.1/lib/libusb/
H A Dlibusb10_desc.c47 #define N_ALIGN(n) (-((-(n)) & (-8UL))) macro
128 nextra = N_ALIGN(pconf->extra.len); in libusb_get_config_descriptor()
133 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
138 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
146 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
151 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
164 nextra = N_ALIGN(nextra); in libusb_get_config_descriptor()
196 pextra += N_ALIGN(pconfd->extra_length); in libusb_get_config_descriptor()
236 pextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
253 pextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
/freebsd-12.1/usr.sbin/btxld/
H A Dbtxld.c412 hdr->text = N_ALIGN(ex, hdr->text); in puthdr()
414 hdr->data = N_ALIGN(ex, hdr->data); in puthdr()
418 hdr->size = N_ALIGN(ex, sizeof(ex)); in puthdr()
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-94954488 N_TXTOFF, N_ALIGN, N_DATADDR, N_DATOFF): Removed. Generic a.out