Searched refs:offsets (Results 51 - 65 of 65) sorted by relevance

123

/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.h331 int *offsets; member in struct:re_string_t
H A Dregexec.c211 least NMATCH elements, and we set them to the offsets of the
297 If REGS is not NULL, and BUFP->no_sub is not set, the offsets of the match
298 and all groups is stroed in REGS. (For the "_2" variants, the offsets are
919 : mctx.input.offsets[pmatch[reg_idx].rm_so]);
923 : mctx.input.offsets[pmatch[reg_idx].rm_eo]);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsolib-svr4.c53 architecture specific link map offsets fetching function. */
58 which is used to fetch link map offsets. It will only be set
68 rather than void *, so that we may use byte offsets to find the
576 though if we don't have some link map offsets to work with. */
1277 new_offsets->offsets[i] = displacement;
H A Dremote.c1945 /* Query the remote side for the text, data and bss offsets. */
2017 offs->offsets[SECT_OFF_TEXT (symfile_objfile)] = text_addr;
2019 /* This is a temporary kludge to force data and bss to use the same offsets
2023 offs->offsets[SECT_OFF_DATA (symfile_objfile)] = data_addr;
2024 offs->offsets[SECT_OFF_BSS (symfile_objfile)] = data_addr;
2053 get_offsets (); /* Get text, data & bss offsets */
H A Dxcoffread.c754 enter_line_range (struct subfile *subfile, unsigned beginoffset, unsigned endoffset, /* offsets to line table */
755 CORE_ADDR startaddr, /* offsets to line table */
2853 SECTION_OFFSETS contains offsets relative to which the symbols in the
2866 file_ptr stringtab_offset; /* string table file offsets */
3001 rs6000-nat.c will set the correct section offsets via
3003 (objfile->section_offsets)->offsets[i] = 0;
3027 xcoff_symfile_offsets, /* sym_offsets: xlate offsets ext->int form */
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h335 in size_dynamic_sections when the values may be offsets. */
340 when the values may be offsets. Normally (bfd_vma) -1. */
1374 /* Track usage and final offsets of GOT entries for local symbols.
1380 bfd_vma *offsets;
1497 #define elf_local_got_offsets(bfd) (elf_tdata(bfd) -> local_got.offsets)
1378 bfd_vma *offsets; member in union:elf_obj_tdata::__anon200
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c272 win->base[i] = bo->pbase + fb->drm_fb.offsets[i];
395 /* Adjust offsets for planar yuv modes */
908 if (base == (bo->pbase + fb->drm_fb.offsets[0])) {
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S189 callw setpic # IRQ offsets
273 callw setpic # IRQ offsets
287 * Set IRQ offsets by reprogramming 8259A PICs.
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S193 callw setpic # IRQ offsets
275 callw setpic # IRQ offsets
286 * Set IRQ offsets by reprogramming 8259A PICs.
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h258 unsigned int offsets[4]; member in struct:drm_framebuffer
H A Ddrm_crtc.c1902 /* For some reason crtc x/y offsets are signed internally. */
2300 if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2340 DIEArray offsets; local
2385 DIEArray offsets;
2386 m_index->GetFunctions(regex, offsets);
2389 for (DIERef ref : offsets) {
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl269 take absolute positions instead of offsets, don't nest well, and
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex144 practice this means limiting the use of internal offsets in the blob
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c7285 /* i965+ uses the linear or tiled offsets from the
7443 (fb->offsets[0] != crtc->fb->offsets[0] ||
8685 if (mode_cmd->offsets[0] != 0)

Completed in 318 milliseconds

123