Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.h147 D->sections[i].ofs = 0; in dasm_setup()
171 int pos = sec->pos, ofs = sec->ofs, mrm = -1; in dasm_put() local
188 ofs++; in dasm_put()
209 if (*p < 0x20 && (n&7) == 4) ofs++; in dasm_put()
245 ofs += 4; in dasm_put()
272 sec->ofs = ofs; in dasm_put()
281 int ofs = 0; in dasm_link() local
330 lofs += D->sections[i].ofs; in dasm_link()
351 case DASM_ALIGN: ofs -= (b[pos++]+ofs)&*p++; break; /* Adjust ofs. */ in dasm_link()
360 ofs += sec->ofs; /* Next section starts right after current section. */ in dasm_link()
[all …]
H A Ddasm_mips.h61 int ofs; /* Byte offset into section. */ member
145 D->sections[i].ofs = 0; in dasm_setup()
169 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
187 ofs += 4; in dasm_put()
195 case DASM_ESC: p++; ofs += 4; break; in dasm_put()
197 case DASM_ALIGN: ofs += (ins & 255); b[pos++] = ofs; break; in dasm_put()
248 sec->ofs = ofs; in dasm_put()
257 int ofs = 0; in dasm_link() local
294 case DASM_ALIGN: ofs -= (b[pos++] + ofs) & (ins & 255); break; in dasm_link()
302 ofs += sec->ofs; /* Next section starts right after current section. */ in dasm_link()
[all …]
H A Ddasm_ppc.h61 int ofs; /* Byte offset into section. */ member
145 D->sections[i].ofs = 0; in dasm_setup()
169 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
187 ofs += 4; in dasm_put()
195 case DASM_ESC: p++; ofs += 4; break; in dasm_put()
197 case DASM_ALIGN: ofs += (ins & 255); b[pos++] = ofs; break; in dasm_put()
252 sec->ofs = ofs; in dasm_put()
261 int ofs = 0; in dasm_link() local
298 case DASM_ALIGN: ofs -= (b[pos++] + ofs) & (ins & 255); break; in dasm_link()
306 ofs += sec->ofs; /* Next section starts right after current section. */ in dasm_link()
[all …]
H A Ddasm_arm.h62 int ofs; /* Byte offset into section. */ member
146 D->sections[i].ofs = 0; in dasm_setup()
178 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
196 ofs += 4; in dasm_put()
204 case DASM_ESC: p++; ofs += 4; break; in dasm_put()
206 case DASM_ALIGN: ofs += (ins & 255); b[pos++] = ofs; break; in dasm_put()
269 sec->ofs = ofs; in dasm_put()
278 int ofs = 0; in dasm_link() local
315 case DASM_ALIGN: ofs -= (b[pos++] + ofs) & (ins & 255); break; in dasm_link()
324 ofs += sec->ofs; /* Next section starts right after current section. */ in dasm_link()
[all …]
H A Ddasm_arm64.h151 D->sections[i].ofs = 0; in dasm_setup()
225 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
243 ofs += 4; in dasm_put()
253 case DASM_ALIGN: ofs += (ins & 255); b[pos++] = ofs; break; in dasm_put()
273 if ((ins & 0x8000)) ofs += 8; in dasm_put()
330 ofs += 4; in dasm_put()
343 sec->ofs = ofs; in dasm_put()
352 int ofs = 0; in dasm_link() local
389 case DASM_ALIGN: ofs -= (b[pos++] + ofs) & (ins & 255); break; in dasm_link()
399 ofs += sec->ofs; /* Next section starts right after current section. */ in dasm_link()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_elf.h45 uintptr_t ofs; member
H A Dir_gdb.c196 uint32_t ofs = (uint32_t)(p - ctx->startp); in ir_gdbjit_strz() local
201 return ofs; in ir_gdbjit_strz()
239 sect->ofs = 0; in ir_gdbjit_secthdr()
249 sect->ofs = offsetof(ir_gdbjit_obj, sym); in ir_gdbjit_secthdr()
452 ctx->obj.sect[sect].ofs = (uintptr_t)((char *)ctx->p - (char *)&ctx->obj); in ir_gdbjit_initsect()
H A Dir_disasm.c759 if (lseek(fd, sect->ofs, SEEK_SET) < 0) {
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c882 size_t ofs; in cdf_get_property_info_pos() local
893 ofs = CDF_GETUINT32(p, tail); in cdf_get_property_info_pos()
894 if (ofs < 2 * sizeof(uint32_t)) { in cdf_get_property_info_pos()
895 DPRINTF(("Offset too small %zu\n", ofs)); in cdf_get_property_info_pos()
899 ofs -= 2 * sizeof(uint32_t); in cdf_get_property_info_pos()
900 if (ofs > CAST(size_t, e - p)) { in cdf_get_property_info_pos()
901 DPRINTF(("Offset too big %zu %td\n", ofs, e - p)); in cdf_get_property_info_pos()
905 return CAST(const uint8_t *, cdf_offset(CAST(const void *, p), ofs)); in cdf_get_property_info_pos()
/php-src/ext/mysqlnd/
H A Dmysqlnd.h150 #define mysqlnd_field_seek(result, ofs) (result)->m.seek_field((result), (ofs)) argument

Completed in 33 milliseconds