Lines Matching defs:size
90 const char *suffix, const char *fname, size_t size,
93 const char *fname, size_t size, bool only_one);
232 const char *fname, size_t size, bool only_one)
241 process_elf_file (elf, prefix, suffix, fname, size, only_one);
339 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size)
515 ERROR (_("invalid ELF header size: %hd\n"), ehdr->e_ehsize);
518 ERROR (_("invalid program header size: %hd\n"),
520 else if (ehdr->e_phoff + phnum * ehdr->e_phentsize > size)
521 ERROR (_("invalid program header position or size\n"));
524 ERROR (_("invalid section header size: %hd\n"),
526 else if (ehdr->e_shoff + shnum * ehdr->e_shentsize > size)
527 ERROR (_("invalid section header position or size\n"));
532 ERROR (_("invalid ELF header size: %hd\n"), ehdr->e_ehsize);
535 ERROR (_("invalid program header size: %hd\n"),
537 else if (ehdr->e_phoff + phnum * ehdr->e_phentsize > size)
538 ERROR (_("invalid program header position or size\n"));
541 ERROR (_("invalid section header size: %hd\n"),
543 else if (ehdr->e_shoff + shnum * ehdr->e_shentsize > size)
544 ERROR (_("invalid section header position or size\n"));
658 section [%2u] '%s': entry size is does not match ElfXX_Sym\n"),
662 section [%2u] '%s': number of local entries in 'st_info' larger than table size\n"),
810 and for the named symbols have zero size. See
946 /* Check that address and size match the global offset table. */
1019 section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol size %" PRIu64 " does not match %s section size %" PRIu64 "\n"),
1031 /* Check that address and size match the dynamic section.
1050 section [%2d] '%s': _DYNAMIC symbol size %" PRIu64 " does not match dynamic segment size %" PRIu64 "\n"),
1294 section [%2d] '%s': section entry size does not match ElfXX_Rela\n" : "\
1295 section [%2d] '%s': section entry size does not match ElfXX_Rel\n"),
1676 section [%2d] '%s': section entry size does not match ElfXX_Dyn\n"),
1956 section [%2d] '%s': entry size does not match Elf32_Word\n"),
2152 section [%2d] '%s': bitmask size zero or not power of 2: %u\n"),
2340 section [%2d] '%s': hash table entry size incorrect\n"),
2612 TEST (size, idx != 0);
2690 section [%2d] '%s': section size not multiple of sizeof(Elf32_Word)\n"),
3731 ERROR (_("zeroth section has nonzero entry size value\n"));
3735 zeroth section has nonzero size value while ELF header has nonzero shnum value\n"));
3911 section [%2zu] '%s': size not multiple of entry size\n"),
4008 section [%2zu] '%s': merge flag set but entry size is zero\n"),
4568 dynamic section size mismatch in program and section header\n"));
4685 call frame search table size mismatch in program and section header\n"));
4738 program header entry %d: file size greater than memory size\n"),
4768 const char *fname, size_t size, bool only_one)
4811 check_elf_header (ebl, ehdr, size);