Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h575 #define LCTF_ALIGN_OFFS(offs, align) ((offs + (align - 1)) & ~(align - 1)) macro
H A Dctf-archive.c314 end_off = LCTF_ALIGN_OFFS (end_off, 8); in arc_write_one_ctf()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h575 #define LCTF_ALIGN_OFFS(offs, align) ((offs + (align - 1)) & ~(align - 1)) macro
H A Dctf-archive.c314 end_off = LCTF_ALIGN_OFFS (end_off, 8); in arc_write_one_ctf()