Home
last modified time | relevance | path

Searched refs:wordsize (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp749 const int wordsize = 8; in CreateUnwindPlan_x86_64() local
755 2 * wordsize); in CreateUnwindPlan_x86_64()
1021 const int wordsize = 4; in CreateUnwindPlan_i386() local
1318 const int wordsize = 8; in CreateUnwindPlan_arm64() local
1363 cfa_offset -= wordsize; in CreateUnwindPlan_arm64()
1366 cfa_offset -= wordsize; in CreateUnwindPlan_arm64()
1374 cfa_offset -= wordsize; in CreateUnwindPlan_arm64()
1377 cfa_offset -= wordsize; in CreateUnwindPlan_arm64()
1385 cfa_offset -= wordsize; in CreateUnwindPlan_arm64()
1388 cfa_offset -= wordsize; in CreateUnwindPlan_arm64()
[all …]
/freebsd/lib/libutil/
H A Dquotafile.c155 qf->wordsize = 32; in quota_open()
162 qf->wordsize = 32; in quota_open()
172 qf->wordsize = 64; in quota_open()
175 qf->wordsize = 32; in quota_open()
184 qf->wordsize = 64; in quota_open()
531 if ((wordsize != 32 && wordsize != 64) || in quota_convert()
532 wordsize == qf->wordsize) { in quota_convert()
543 qf->wordsize); in quota_convert()
553 newqf->wordsize = wordsize; in quota_convert()
554 if (wordsize == 64) { in quota_convert()
[all …]
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c861 const int wordsize = 8; in print_encoding_arm64() local
871 cfa_offset -= wordsize; in print_encoding_arm64()
873 cfa_offset -= wordsize; in print_encoding_arm64()
879 cfa_offset -= wordsize; in print_encoding_arm64()
881 cfa_offset -= wordsize; in print_encoding_arm64()
887 cfa_offset -= wordsize; in print_encoding_arm64()
889 cfa_offset -= wordsize; in print_encoding_arm64()
895 cfa_offset -= wordsize; in print_encoding_arm64()
966 const int wordsize = 4; in print_encoding_armv7() local
977 cfa_offset -= wordsize; in print_encoding_armv7()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp74 int wordsize = 8; in AugmentUnwindPlanFromCallSite() local
79 wordsize = process_sp->GetTarget().GetArchitecture().GetAddressByteSize(); in AugmentUnwindPlanFromCallSite()
97 first_row->GetCFAValue().GetOffset() != wordsize) { in AugmentUnwindPlanFromCallSite()
105 first_row_pc_loc.GetOffset() != -wordsize) { in AugmentUnwindPlanFromCallSite()
142 if (first_row_pc_loc.GetOffset() == -wordsize) { in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/tcpdump/
H A Dcpack.c59 nd_cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in nd_cpack_align_and_reserve() argument
64 next = nd_cpack_next_boundary(cs->c_buf, cs->c_next, wordsize); in nd_cpack_align_and_reserve()
67 if (next - cs->c_buf + wordsize > cs->c_len) in nd_cpack_align_and_reserve()
H A Dcpack.h53 const uint8_t *nd_cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize);
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp681 size = numEntries * config->wordsize; in finalizeContents()
781 return index * config->wordsize; in getPageEntryOffset()
1017 offset += config->wordsize; in build()
1085 writeUint(buf + config->wordsize, (uint64_t)1 << (config->wordsize * 8 - 1)); in writeTo()
1927 add(config->wordsize); in updateAllocSize()
1997 this->entsize = config->wordsize; in RelrSection()
2040 const size_t nBits = wordsize * 8 - 1; in updateAllocSize()
2061 if (d >= nBits * wordsize || d % wordsize) in updateAllocSize()
2068 base += nBits * wordsize; in updateAllocSize()
2086 config->wordsize, in SymbolTableBaseSection()
[all …]
H A DEhFrame.cpp104 return config->wordsize; in getAugPSize()
H A DTarget.h135 unsigned gotEntrySize = config->wordsize;
H A DConfig.h413 int wordsize; member
H A DInputSection.cpp643 return s.getVA(0) + config->wordsize * 2 + in getTlsTpOffset()
644 ((tls->p_vaddr - config->wordsize * 2) & (tls->p_align - 1)); in getTlsTpOffset()
H A DSyntheticSections.h1054 size_t getSize() const override { return config->wordsize; } in getSize()
H A DWriter.cpp347 Out::programHeaders->addralign = config->wordsize; in createSyntheticSections()
2717 sectionHeaderOff = alignToPowerOf2(off, config->wordsize); in assignFileOffsets()
H A DRelocations.cpp1753 uint64_t offsetOff = off + config->wordsize; in postScanRelocations()
H A DDriver.cpp1738 config->wordsize = config->is64 ? 8 : 4; in setConfigs()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp66 setAlignment(ctx.config.wordsize); in LookupChunk()
68 size_t getSize() const override { return ctx.config.wordsize; } in getSize()
90 setAlignment(ctx.config.wordsize); in OrdinalOnlyChunk()
92 size_t getSize() const override { return ctx.config.wordsize; } in getSize()
534 setAlignment(ctx.config.wordsize); in DelayAddressChunk()
536 size_t getSize() const override { return ctx.config.wordsize; } in getSize()
698 lookups.push_back(make<NullChunk>(ctx.config.wordsize)); in create()
699 addresses.push_back(make<NullChunk>(ctx.config.wordsize)); in create()
H A DConfig.h117 size_t wordsize; member
H A DChunks.cpp858 setAlignment(ctx.config.wordsize); in LocalImportChunk()
865 size_t LocalImportChunk::getSize() const { return ctx.config.wordsize; } in getSize()
1064 size_t AbsolutePointerChunk::getSize() const { return ctx.config.wordsize; } in getSize()
H A DSymbolTable.cpp381 if (refptr && refptr->getChunk()->getSize() == ctx.config.wordsize) { in handleMinGWAutomaticImport()
H A DDriver.cpp2153 config->wordsize = config->is64() ? 8 : 4; in linkerMain()
/freebsd/sys/dev/sound/macio/
H A Di2s.c445 i2s_setup(struct i2s_softc *sc, u_int rate, u_int wordsize, u_int sclk_fs) in i2s_setup() argument
452 if ((wordsize * 2) > sclk_fs) in i2s_setup()
524 switch (wordsize) { in i2s_setup()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp241 write32le(buf + 24, itype(load, X_T0, X_T0, config->wordsize)); in writePltHeader()
336 const unsigned bits = config->wordsize * 8; in relocate()
H A DLoongArch.cpp346 write32le(buf + 24, insn(ld, R_T0, R_T0, config->wordsize)); in writePltHeader()
H A DARM.cpp1402 const uint64_t sectionHeaderOff = alignToPowerOf2(off, config->wordsize); in writeARMCmseImportLib()