Searched refs:entsize (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/usr.bin/elfdump/
H A Delfdump.c823 u_int64_t entsize; local
848 entsize = elf_get_size(e, v, SH_ENTSIZE);
860 fprintf(out, "\tsh_entsize: %jd\n", (intmax_t)entsize);
869 u_int64_t entsize; local
881 entsize = elf_get_size(e, sh, SH_ENTSIZE);
884 len = size / entsize;
887 st = (char *)e + offset + i * entsize;
909 u_int64_t entsize; local
918 entsize = elf_get_size(e, sh, SH_ENTSIZE);
921 for (i = 0; (u_int64_t)i < size / entsize;
969 u_int64_t entsize; local
1001 u_int64_t entsize; local
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputSection.h77 uint32_t entsize; member in class:lld::elf::SectionBase
98 uint32_t entsize, uint32_t addralign, uint32_t type,
101 name(name), flags(flags), addralign(addralign), entsize(entsize),
131 uint64_t entsize, uint32_t link, uint32_t info,
297 MergeInputSection(uint64_t flags, uint32_t type, uint64_t entsize,
97 SectionBase(Kind sectionKind, StringRef name, uint64_t flags, uint32_t entsize, uint32_t addralign, uint32_t type, uint32_t info, uint32_t link) argument
H A DOutputSections.cpp64 shdr->sh_entsize = entsize;
142 // initialize type, entsize and flags from isec.
144 entsize = isec->entsize;
169 if (entsize != isec->entsize)
170 entsize = 0;
219 return sec->flags == ms->flags && sec->entsize == ms->entsize &&
227 syn->entsize
[all...]
H A DInputSection.cpp53 uint32_t type, uint64_t entsize,
57 : SectionBase(sectionKind, name, flags, entsize, addralign, type, info,
1356 uint64_t entsize, ArrayRef<uint8_t> data,
1358 : InputSectionBase(nullptr, flags, type, entsize, /*Link*/ 0, /*Info*/ 0,
1359 /*Alignment*/ entsize, data, name, SectionBase::Merge) {}
1371 splitStrings(toStringRef(contentMaybeDecompress()), entsize);
1373 splitNonStrings(contentMaybeDecompress(), entsize); local
52 InputSectionBase(InputFile *file, uint64_t flags, uint32_t type, uint64_t entsize, uint32_t link, uint32_t info, uint32_t addralign, ArrayRef<uint8_t> data, StringRef name, Kind sectionKind) argument
1355 MergeInputSection(uint64_t flags, uint32_t type, uint64_t entsize, ArrayRef<uint8_t> data, StringRef name) argument
H A DSyntheticSections.cpp98 this->entsize = sizeof(Elf_Mips_ABIFlags);
158 this->entsize = sizeof(Elf_Mips_Options) + sizeof(Elf_Mips_RegInfo);
219 this->entsize = sizeof(Elf_Mips_RegInfo);
1256 this->entsize = ELFT::Is64Bits ? 16 : 8;
1534 in.mipsRldMap->getVA() - (getVA() + entries.size() * entsize));
1560 this->size = computeContents().size() * this->entsize;
1709 this->entsize = config->isRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel);
1748 this->entsize = 1;
1997 this->entsize = config->wordsize;
2201 this->entsize
[all...]
H A DSyntheticSections.h538 size_t getSize() const override { return relocs.size() * this->entsize; }
623 size_t getSize() const override { return relrRelocs.size() * this->entsize; }
641 size_t getSize() const override { return getNumSymbols() * entsize; }
/freebsd-current/tests/sys/fs/fusefs/
H A Dutils.cc425 size_t entlen, entsize;
433 entsize = FUSE_DIRENT_SIZE(fde);
441 memset(fde->name + fde->namelen, 0, entsize - entlen);
442 if (out.header.len + entsize > in.body.read.size) {
447 out.header.len += entsize;
449 ((intmax_t*)fde + entsize / sizeof(intmax_t));
/freebsd-current/contrib/elftoolchain/elfdump/
H A Delfdump.c94 uint64_t entsize; /* section entsize */ member in struct:section
1159 s->entsize = sh.sh_entsize;
1416 PRT(" sh_entsize: %#jx\n", (uintmax_t)s->entsize);
1433 PRT("\tsh_entsize: %ju\n", (uintmax_t)s->entsize);
1445 if (s->entsize == 0) {
1448 } else if (s->sz / s->entsize > INT_MAX) {
1452 *ent_count = (int)(s->sz / s->entsize);
1915 gs->entsize;
1929 if (s->entsize
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp213 unsigned relOff = in.relaPlt->entsize * sym.getPltIdx();
633 unsigned relOff = in.relaPlt->entsize * sym.getPltIdx();
692 unsigned relOff = in.relaPlt->entsize * sym.getPltIdx();
H A DARM.cpp1256 entsize = ACLESESYM_SIZE;
1324 return (impLibMaxAddr ? impLibMaxAddr - getVA() : 0) + newEntries * entsize;
1326 return entries.size() * entsize;
H A DSystemZ.cpp232 write32be(buf + 28, in.relaPlt->entsize * sym.getPltIdx());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h401 uint32_t entsize)
404 m_entsize(entsize), m_needs_update(true) {}
399 SharedCacheImageHeaders(AppleObjCRuntimeV2 &runtime, lldb::addr_t headerInfoRWs_ptr, uint32_t count, uint32_t entsize) argument
H A DAppleObjCClassDescriptorV2.cpp259 uint32_t entsize = extractor.GetU32_unchecked(&cursor); local
260 m_is_small = (entsize & 0x80000000) != 0;
261 m_has_direct_selector = (entsize & 0x40000000) != 0;
262 m_entsize = entsize & 0xfffc;
321 size_t size = sizeof(uint32_t) // uint32_t entsize;
438 "method_list_t at address 0x" PRIx64 " has an entsize of " PRIu16
467 // - uint32_t entsize
468 // - Followed by <count> number of relative_list_entry_t of size <entsize>
483 // 1. Process the count and entsize of the relative_list_list_t
H A DAppleObjCRuntimeV2.cpp1670 sizeof(uint32_t) + sizeof(uint32_t); // count + entsize
1686 uint32_t entsize = metadata_extractor.GetU32_unchecked(&cursor);
1687 if (count == 0 || entsize == 0) {
1689 "'objc_debug_headerInfoRWs' had count {0} with entsize {1}. These "
1691 count, entsize);
1697 entsize));
1713 sizeof(uint32_t) + sizeof(uint32_t); // count + entsize
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c144 uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size)
152 s.dofs_entsize = entsize;
171 uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size)
179 s.dofs_entsize = entsize;
143 dof_add_lsect(dt_dof_t *ddo, const void *data, uint32_t type, uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size) argument
170 dof_add_usect(dt_dof_t *ddo, const void *data, uint32_t type, uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size) argument
/freebsd-current/stand/efi/loader/arch/amd64/
H A Dmultiboot2.h319 multiboot_uint32_t entsize; member in struct:multiboot_tag_elf_sections
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c126 uint64_t entsize; /* section entsize */ member in struct:section
2618 (uintmax_t)s->entsize, section_flags(re, s), \
2622 (uintmax_t)s->entsize, s->link, s->info, \
2626 (uintmax_t)s->sz, (uintmax_t)s->entsize, s->info, \
2717 if (s->entsize == 0) {
2720 } else if (s->sz / s->entsize > INT_MAX) {
2724 *ent_count = (int)(s->sz / s->entsize);
3691 s->entsize == 8)
4234 for (j = 0; (uint64_t) j < s->sz / s->entsize;
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3665 uint32_t entsize; member in struct:__anon3082::method_list64_t
3671 uint32_t entsize; member in struct:__anon3082::method_list32_t
3725 uint32_t entsize; member in struct:__anon3082::ivar_list64_t
3731 uint32_t entsize; member in struct:__anon3082::ivar_list32_t
3753 uint32_t entsize; member in struct:__anon3082::objc_property_list64
3759 uint32_t entsize; member in struct:__anon3082::objc_property_list32
3968 sys::swapByteOrder(ml.entsize);
3973 sys::swapByteOrder(ml.entsize);
4020 sys::swapByteOrder(il.entsize);
4025 sys::swapByteOrder(il.entsize);
[all...]
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c13644 int entsize;
13727 if (difo[i].entsize != subsec->dofs_entsize) {
14299 uint32_t entsize;
14316 if ((entsize = sec->dofs_entsize) == 0) {
14321 if (entsize < sizeof (dof_optdesc_t)) {
14326 for (offs = 0; offs < sec->dofs_size; offs += entsize) {

Completed in 431 milliseconds