Lines Matching refs:sh_size

3237 	printf (" (%ld)", (long) section_headers[0].sh_size);
3254 elf_header.e_shnum = section_headers[0].sh_size;
3516 if (sec == NULL || sec->sh_size == 0)
3526 dynamic_size = sec->sh_size;
3659 internal->sh_size = BYTE_GET (shdrs[i].sh_size);
3699 internal->sh_size = BYTE_GET (shdrs[i].sh_size);
3722 esyms = get_data (NULL, file, section->sh_offset, 1, section->sh_size,
3733 1, symtab_shndx_hdr->sh_size, _("symtab shndx"));
3741 number = section->sh_size / section->sh_entsize;
3785 esyms = get_data (NULL, file, section->sh_offset, 1, section->sh_size,
3796 1, symtab_shndx_hdr->sh_size, _("symtab shndx"));
3804 number = section->sh_size / section->sh_entsize;
4046 if (section->sh_size != 0)
4049 1, section->sh_size, _("string table"));
4051 string_table_length = string_table != NULL ? section->sh_size : 0;
4130 num_dynamic_syms = section->sh_size / section->sh_entsize;
4143 1, section->sh_size, _("dynamic strings"));
4144 dynamic_strings_length = section->sh_size;
4266 (unsigned long) section->sh_size,
4291 if ((unsigned long) section->sh_size == section->sh_size)
4292 printf (" %6.6lx", (unsigned long) section->sh_size);
4296 print_vma (section->sh_size, LONG_HEX);
4337 print_vma (section->sh_size, LONG_HEX);
4357 print_vma (section->sh_size, LONG_HEX);
4532 1, strtab_sec->sh_size,
4534 strtab_size = strtab != NULL ? strtab_sec->sh_size : 0;
4541 1, section->sh_size, _("section data"));
4544 size = (section->sh_size / section->sh_entsize) - 1;
4721 rel_size = section->sh_size;
4755 nsyms = symsec->sh_size / symsec->sh_entsize;
4767 1, strsec->sh_size,
4769 strtablen = strtab == NULL ? 0 : strsec->sh_size;
4956 && (sec->sh_addr + sec->sh_size <= seg->p_vaddr + seg->p_memsz))
4965 size = sec->sh_size;
5006 if (!slurp_rela_relocs (file, relsec->sh_offset, relsec->sh_size,
5071 aux.nsyms = sec->sh_size / sec->sh_entsize;
5076 1, strsec->sh_size, _("string table"));
5077 aux.strtab_size = aux.strtab != NULL ? strsec->sh_size : 0;
5156 aux.info_size = sec->sh_size;
5170 (unsigned long) (unwsec->sh_size / (3 * eh_addr_size)));
5337 && (sec->sh_addr + sec->sh_size <= seg->p_vaddr + seg->p_memsz))
5347 size = sec->sh_size;
5418 if (!slurp_rela_relocs (file, relsec->sh_offset, relsec->sh_size,
5486 aux.nsyms = sec->sh_size / sec->sh_entsize;
5491 1, strsec->sh_size, _("string table"));
5492 aux.strtab_size = aux.strtab != NULL ? strsec->sh_size : 0;
5510 (unsigned long) (sec->sh_size / (2 * eh_addr_size + 8)));
5870 section.sh_size = archive_file_size - section.sh_offset;
5876 section.sh_size = ftell (file) - section.sh_offset;
5884 num_dynamic_syms = section.sh_size / section.sh_entsize;
6460 section->sh_size,
6553 section->sh_size,
6637 total = section->sh_size / sizeof (Elf_External_Versym);
6650 string_sec->sh_size, _("version string table"));
7168 (unsigned long) (section->sh_size / section->sh_entsize));
7190 1, string_sec->sh_size, _("string table"));
7191 strtab_size = strtab != NULL ? string_sec->sh_size : 0;
7195 si < section->sh_size / section->sh_entsize;
7679 bytes = section->sh_size;
7709 || relsec->sh_size == 0
7807 unsigned char *end = start + section->sh_size;
7829 || relsec->sh_size == 0
7833 if (!slurp_rela_relocs (file, relsec->sh_offset, relsec->sh_size,
7940 section->size = sec->sh_size;
7942 sec->sh_size, buf);
7972 length = section->sh_size;
8480 contents = get_data (NULL, file, sect->sh_offset, 1, sect->sh_size,
8488 len = sect->sh_size - 1;
8742 eopt = get_data (NULL, file, options_offset, 1, sect->sh_size,
8746 iopt = cmalloc ((sect->sh_size / sizeof (eopt)), sizeof (*iopt));
8756 while (offset < sect->sh_size)
9021 elib = get_data (NULL, file, section->sh_offset, 1, section->sh_size,
9029 string_sec->sh_size, _("liblist string table"));
9030 strtab_size = string_sec->sh_size;
9041 (long) (section->sh_size / sizeof (Elf32_External_Lib)));
9045 for (cnt = 0; cnt < section->sh_size / sizeof (Elf32_External_Lib);
9423 (bfd_vma) section->sh_size);