Home
last modified time | relevance | path

Searched refs:start_offset (Results 1 – 25 of 34) sorted by relevance

12

/openbsd-src/usr.bin/ssh/
H A Dsshbuf-misc.c249 sshbuf_find(const struct sshbuf *b, size_t start_offset, in sshbuf_find() argument
258 if (start_offset > SSHBUF_SIZE_MAX || len > SSHBUF_SIZE_MAX || len == 0) in sshbuf_find()
260 if (start_offset > sshbuf_len(b) || start_offset + len > sshbuf_len(b)) in sshbuf_find()
262 if ((p = memmem(sshbuf_ptr(b) + start_offset, in sshbuf_find()
263 sshbuf_len(b) - start_offset, s, len)) == NULL) in sshbuf_find()
H A Dsshbuf.h275 sshbuf_find(const struct sshbuf *b, size_t start_offset,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp122 offset_t start_offset, in DumpInstructions() argument
125 offset_t offset = start_offset; in DumpInstructions()
135 lldb::addr_t addr = base_addr + start_offset; in DumpInstructions()
147 so_addr, DE, start_offset, number_of_instructions, false, in DumpInstructions()
342 const DataExtractor &DE, Stream *s, offset_t start_offset, in DumpDataExtractor() argument
351 return start_offset; in DumpDataExtractor()
358 offset_t offset = start_offset; in DumpDataExtractor()
366 return DumpInstructions(DE, s, exe_scope, start_offset, base_addr, in DumpDataExtractor()
373 lldb::offset_t line_start_offset = start_offset; in DumpDataExtractor()
396 (offset - start_offset - line_len) / DE.getTargetByteSize(); in DumpDataExtractor()
[all …]
H A DSourceManager.cpp514 size_t start_offset = GetLineOffset(line); in GetLineLength() local
519 if (end_offset > start_offset) { in GetLineLength()
520 uint32_t length = end_offset - start_offset; in GetLineLength()
523 (const char *)m_data_sp->GetBytes() + start_offset; in GetLineLength()
705 size_t start_offset = GetLineOffset(line_no); in GetLine() local
710 buffer.assign((const char *)m_data_sp->GetBytes() + start_offset, in GetLine()
711 end_offset - start_offset); in GetLine()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.h24 unsigned long start_offset; member
H A Dunwind-aix.c60 if (pc < f->start_offset + seg_base) in find_fde_for_dso()
H A Dfde-glibc.c106 if (data->pc < f->start_offset + seg_base) in _Unwind_IteratePhdrCallback()
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dunwind-ia64.h24 unsigned long start_offset; member
H A Dfde-glibc.c106 if (data->pc < f->start_offset + seg_base) in _Unwind_IteratePhdrCallback()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-m68hc11.c547 unsigned long start_offset; in m68hc11_relax_group() local
580 start_offset = offset; in m68hc11_relax_group()
628 if (start_offset != offset) in m68hc11_relax_group()
630 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset, in m68hc11_relax_group()
631 offset - start_offset); in m68hc11_relax_group()
639 offset = start_offset + isize; in m68hc11_relax_group()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m68hc11.c548 unsigned long start_offset; in m68hc11_relax_group() local
581 start_offset = offset; in m68hc11_relax_group()
629 if (start_offset != offset) in m68hc11_relax_group()
631 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset, in m68hc11_relax_group()
632 offset - start_offset); in m68hc11_relax_group()
640 offset = start_offset + isize; in m68hc11_relax_group()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp419 if (start_offset > offset) in CollectMember()
420 start_offset = offset; in CollectMember()
446 lldbassert(offset >= start_offset); in ConstructRecord()
448 if (offset > start_offset) { in ConstructRecord()
H A DUdtRecordCompleter.h118 uint64_t start_offset = UINT64_MAX; member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Ddmcu.h62 unsigned int start_offset,
H A Dtiming_generator.h76 int start_offset; member
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c91 * @start_offset: output returning # of doorbell bytes reserved for amdgpu.
100 size_t *start_offset) in amdgpu_doorbell_get_kfd_info() argument
115 *start_offset = 0; in amdgpu_doorbell_get_kfd_info()
120 *start_offset = adev->doorbell.num_kernel_doorbells * sizeof(u32); in amdgpu_doorbell_get_kfd_info()
124 *start_offset = 0; in amdgpu_doorbell_get_kfd_info()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c1477 ptrdiff_t start_offset; in decode_frame_entry() local
1510 start_offset = start - unit->dwarf_frame_buffer; in decode_frame_entry()
1511 if (workaround < ALIGN4 && (start_offset & 3) != 0) in decode_frame_entry()
1513 start += 4 - (start_offset & 3); in decode_frame_entry()
1517 if (workaround < ALIGN8 && (start_offset & 7) != 0) in decode_frame_entry()
1519 start += 8 - (start_offset & 7); in decode_frame_entry()
H A Dia64-tdep.c2079 unw_word_t start_offset; member
2333 uint64_t start_offset; in get_kernel_table() member
2349 for (etab = ktab; etab->start_offset; ++etab) in get_kernel_table()
2353 if (ip < ktab[0].start_offset || ip >= etab[-1].end_offset) in get_kernel_table()
2358 di->start_ip = ktab[0].start_offset; in get_kernel_table()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataExtractor.cpp902 lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset, in PutToLog() argument
907 return start_offset; in PutToLog()
913 for (offset = start_offset, end_offset = offset + length, count = 0; in PutToLog()
924 static_cast<uint64_t>(base_addr + (offset - start_offset))); in PutToLog()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_dmcu.c79 unsigned int start_offset, in dce_dmcu_load_iram() argument
93 REG_WRITE(DMCU_IRAM_WR_CTRL, start_offset); in dce_dmcu_load_iram()
475 unsigned int start_offset, in dcn10_dmcu_load_iram() argument
493 REG_WRITE(DMCU_IRAM_WR_CTRL, start_offset); in dcn10_dmcu_load_iram()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dobjdump.c1233 bfd_vma start_offset, in disassemble_bytes() argument
1281 addr_offset = start_offset; in disassemble_bytes()
2128 bfd_size_type start_offset; in dump_section() local
2155 start_offset = 0; in dump_section()
2157 start_offset = start_address - section->vma; in dump_section()
2174 bfd_sprintf_vma (abfd, buf, start_offset + section->vma); in dump_section()
2196 for (addr_offset = start_offset; in dump_section()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp265 lldb::addr_t start_offset = offset; in SetUpRegion() local
268 lldb::addr_t code_addr = desc_ptr + start_offset + voffset; in SetUpRegion()
276 offset = start_offset + descriptor_size; in SetUpRegion()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjdump.c1250 bfd_vma start_offset, in disassemble_bytes() argument
1306 addr_offset = start_offset; in disassemble_bytes()
2345 bfd_size_type start_offset; in dump_section() local
2372 start_offset = 0; in dump_section()
2374 start_offset = start_address - section->vma; in dump_section()
2391 bfd_sprintf_vma (abfd, buf, start_offset + section->vma); in dump_section()
2413 for (addr_offset = start_offset; in dump_section()
/openbsd-src/gnu/gcc/gcc/
H A Dggc-zone.c2150 size_t start_offset; member
2277 d->start_offset = ftell (f); in ggc_pch_prepare_write()
2287 if (fseek (f, (size_t) newx - d->orig_base + d->start_offset, SEEK_SET) != 0) in ggc_pch_write_object()
2298 if (fseek (f, d->start_offset + d->d.total, SEEK_SET) != 0) in ggc_pch_finish()
/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Dcmd_parser.c1903 unsigned long start_offset = 0; in perform_bb_shadow() local
1932 start_offset = gma & ~I915_GTT_PAGE_MASK; in perform_bb_shadow()
1935 round_up(bb_size + start_offset, in perform_bb_shadow()
1950 bb->va + start_offset); in perform_bb_shadow()
1957 ret = audit_bb_end(s, bb->va + start_offset + bb_end_cmd_offset); in perform_bb_shadow()
1980 s->ip_va = bb->va + start_offset; in perform_bb_shadow()

12