ELF_TRUNC
#define ELF_TRUNC(x,malign) ((x) & ~((malign)-1))
#define ELF_TRUNC(a, b) ((a) & ~((b) - 1))