Searched refs:ELF_ALIGN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/size/
H A Dsize.c44 #define ELF_ALIGN(val,x) (((val)+(x)-1) & ~((x)-1)) macro
232 ELF_ALIGN((int32_t)namesz, 4) + offset)
236 ELF_ALIGN((int32_t)namesz, 8) + offset)
248 offset += ELF_ALIGN((int32_t)descsz, 4) + \
250 ELF_ALIGN((int32_t)namesz, 4); \
252 offset += ELF_ALIGN((int32_t)descsz, 8) + \
254 ELF_ALIGN((int32_t)namesz, 8); \
297 ELF_ALIGN(nhdr_l.n_namesz, 4) +
298 ELF_ALIGN(nhdr_l.n_descsz, 4) >= segment_end) {
313 ELF_ALIGN((int32_
[all...]
/freebsd-11.0-release/contrib/file/src/
H A Dreadelf.c55 #define ELF_ALIGN(a) ((((a) + align - 1) / align) * align) macro
1032 doff = ELF_ALIGN(offset + namesz);
1041 offset = ELF_ALIGN(doff + descsz);

Completed in 121 milliseconds