Searched refs:GRP_ENTRY_SIZE (Results 1 – 6 of 6) sorted by relevance
285 #define GRP_ENTRY_SIZE 4 macro
1731 * external.h (GRP_ENTRY_SIZE): Define.
560 && (shdr)->sh_entsize == GRP_ENTRY_SIZE \ in setup_group()561 && ((shdr)->sh_size % GRP_ENTRY_SIZE) == 0) in setup_group()567 if (IS_VALID_GROUP_SECTION_HEADER (shdr, 2 * GRP_ENTRY_SIZE)) in setup_group()593 if (IS_VALID_GROUP_SECTION_HEADER (shdr, 2 * GRP_ENTRY_SIZE)) in setup_group()2007 if (! IS_VALID_GROUP_SECTION_HEADER (hdr, GRP_ENTRY_SIZE)) in bfd_section_from_shdr()2016 unsigned int n_elt = hdr->sh_size / GRP_ENTRY_SIZE; in bfd_section_from_shdr()2817 this_hdr->sh_entsize = GRP_ENTRY_SIZE; in elf_fake_sections()
2542 GRP_ENTRY_SIZE. Cope with NULLs in the group section table.2543 (elf_fake_section): Replace constant 4 with GRP_ENTRY_SIZE.
1674 * elf/external.h (GRP_ENTRY_SIZE): Define.
5288 CHECK_ENTSIZE_VALUES (section, i, GRP_ENTRY_SIZE, GRP_ENTRY_SIZE); in process_section_headers()