Home
last modified time | relevance | path

Searched refs:GRP_ENTRY_SIZE (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dexternal.h285 #define GRP_ENTRY_SIZE 4 macro
DChangeLog1731 * external.h (GRP_ENTRY_SIZE): Define.
/toolchain/binutils/binutils-2.25/bfd/
Delf.c560 && (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()
DChangeLog-20072542 GRP_ENTRY_SIZE. Cope with NULLs in the group section table.
2543 (elf_fake_section): Replace constant 4 with GRP_ENTRY_SIZE.
/toolchain/binutils/binutils-2.25/include/
DChangeLog1674 * elf/external.h (GRP_ENTRY_SIZE): Define.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c5288 CHECK_ENTSIZE_VALUES (section, i, GRP_ENTRY_SIZE, GRP_ENTRY_SIZE); in process_section_headers()