Searched refs:GRP_ENTRY_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/elf/
H A Dexternal.h273 #define GRP_ENTRY_SIZE 4 macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c516 && (shdr)->sh_size >= (2 * GRP_ENTRY_SIZE) \
517 && (shdr)->sh_entsize == GRP_ENTRY_SIZE \
518 && ((shdr)->sh_size % GRP_ENTRY_SIZE) == 0)
2186 unsigned int n_elt = hdr->sh_size / GRP_ENTRY_SIZE;
2886 this_hdr->sh_entsize = GRP_ENTRY_SIZE;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c4158 CHECK_ENTSIZE_VALUES (section, i, GRP_ENTRY_SIZE, GRP_ENTRY_SIZE);

Completed in 118 milliseconds