Searched refs:s_offset (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dapollo.h67 /* If s_zeores is all zeroes, s_offset gives the real
71 #define s_offset (section_name.s_name+4) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dapollo.h67 /* If s_zeores is all zeroes, s_offset gives the real
71 #define s_offset (section_name.s_name+4) macro
/openbsd-current/sys/dev/pci/
H A Dpcscp.c504 bus_addr_t s_offset, s_addr; local
546 s_offset = s_addr & MDL_SEG_OFFSET;
547 s_addr -= s_offset;
550 WRITE_DMAREG(esc, DMA_SPA, s_offset);
/openbsd-current/usr.sbin/mopd/otherOS/
H A Dpf-snit.c164 #define s_offset(structp, element) (&(((structp)0)->element)) macro
169 offset = ((int)s_offset(struct ether_header *, ether_type))/sizeof(u_short);
/openbsd-current/lib/libelf/
H A Delf_scn.c115 scn->s_offset = scn->s_rawoff =
119 scn->s_offset = scn->s_rawoff =
H A Delf_update.c338 s->s_offset = sh_offset;
476 s->s_offset, s->s_size, s))
479 if ((size_t) rc < s->s_offset + s->s_size)
480 rc = (off_t) (s->s_offset + s->s_size);
752 sh_off = s->s_offset;
762 * file, while `s_offset' contains its new location in the
H A D_libelf.h154 uint64_t s_offset; /* managed by elf_update() */ member in struct:_Elf_Scn
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_pmu.c412 int s_offset,
418 pmu_attr += s_offset;
420 for (i = s_offset; i < e_offset; i++) {
408 amdgpu_pmu_create_event_attrs_by_type( struct attribute_group *attr_group, struct amdgpu_pmu_event_attribute *pmu_attr, struct amdgpu_pmu_attr events[], int s_offset, int e_offset, unsigned int type) argument
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c3378 HOST_WIDE_INT s_offset; local
3541 s_offset = offset;
3544 offset_p = (s_offset != 0
3545 && min_offset <= s_offset && s_offset <= max_offset);
3552 if (s_offset && !offset_p && !symbol_present)

Completed in 272 milliseconds