Searched refs:sh_size (Results 51 - 72 of 72) sorted by relevance

123

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c363 si->si_nument = si->si_shdr.sh_size / si->si_shdr.sh_entsize;
H A Ddwarf.c1898 nsyms = shdr.sh_size / shdr.sh_entsize;
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h453 Result = toELFShdrIter(Sec)->sh_size;
461 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
560 RelData.d.b = S->sh_size / S->sh_entsize;
/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c509 sect->size = header.hdr32.sh_size;
522 sect->size = header.hdr64.sh_size;
/freebsd-10-stable/lib/libdwarf/
H A Ddwarf_init.c302 if (shdr.sh_type != SHT_RELA || shdr.sh_size == 0)
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h1185 Elf32_Word sh_size; // Size of section, in bytes member in struct:llvm::ELF::Elf32_Shdr
1199 Elf64_Xword sh_size; member in struct:llvm::ELF::Elf64_Shdr
/freebsd-10-stable/contrib/file/src/
H A Dreadelf.c152 ? elf_getu32(swap, sh32.sh_size) \
153 : elf_getu64(swap, sh64.sh_size))
/freebsd-10-stable/usr.bin/elfdump/
H A Delfdump.c116 offsetof(Elf32_Shdr, sh_offset), offsetof(Elf32_Shdr, sh_size),
157 offsetof(Elf64_Shdr, sh_offset), offsetof(Elf64_Shdr, sh_size),
/freebsd-10-stable/sys/kern/
H A Dlink_elf.c995 symcnt = shdr[symtabindex].sh_size;
997 strcnt = shdr[symstrindex].sh_size;
/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c523 nshsyms = sh->sh_size / sh->sh_entsize;
747 maxva = max(maxva, sh.sh_addr + sh.sh_size);
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c906 cd.cd_nsyms = shdr.sh_size / shdr.sh_entsize;
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-cr16.c749 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
H A Delf32-mep.c429 sym_hashes_end = sym_hashes + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
H A Delfxx-mips.c5312 && hdr->sh_size > 0)
5316 BFD_ASSERT (hdr->sh_size == sizeof (Elf32_External_RegInfo));
5344 lend = contents + hdr->sh_size;
5424 adjust = hdr->sh_size % hdr->sh_addralign;
5426 hdr->sh_size += hdr->sh_addralign - adjust;
5483 || hdr->sh_size != sizeof (Elf32_External_RegInfo))
5554 contents = bfd_malloc (hdr->sh_size);
5558 0, hdr->sh_size))
5564 lend = contents + hdr->sh_size;
9032 elf_section_data (s->output_section)->this_hdr.sh_size
[all...]
H A Delf-bfd.h33 #define NUM_SHDR_ENTRIES(shdr) ((shdr)->sh_size / (shdr)->sh_entsize)
H A Delf32-spu.c445 symcount = symtab_hdr->sh_size / symtab_hdr->sh_entsize;
2136 symcount = symtab_hdr->sh_size / symtab_hdr->sh_entsize;
2859 rel_hdr->sh_size = input_section->reloc_count * rel_hdr->sh_entsize;
H A Delf64-ppc.c4418 + symtab_hdr->sh_size / sizeof (Elf64_External_Sym)
6678 elf_section_data (sec)->rel_hdr.sh_size
7466 elf_section_data (toc)->rel_hdr.sh_size = toc->reloc_count * sz;
8294 elfsec_data->rel_hdr.sh_size = relsize;
8392 elfsec_data->rel_hdr.sh_size = relsize;
H A Delf32-arm.c7546 + symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
9189 dyn.d_un.d_val += hdr->sh_size;
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp495 W.printNumber("Size", Section->sh_size);
/freebsd-10-stable/sys/boot/fdt/
H A Dfdt_loader_cmd.c153 sym_count = shdr[i].sh_size / sizeof(Elf_Sym);
/freebsd-10-stable/usr.bin/ar/
H A Dwrite.c791 while (n < shdr.sh_size &&
/freebsd-10-stable/contrib/binutils/binutils/
H A Dobjcopy.c823 && ghdr->sh_info < symhdr->sh_size / bed->s->sizeof_sym)

Completed in 503 milliseconds

123