HomeSort by relevance Sort by last modified time
    Searched full:code_ptr (Results 1 - 14 of 14) sorted by null

  /external/e2fsprogs/lib/ss/
request_tbl.c 22 void ss_add_request_table(sci_idx, rqtbl_ptr, position, code_ptr)
26 int *code_ptr;
39 *code_ptr = errno;
51 *code_ptr = 0;
54 void ss_delete_request_table(sci_idx, rqtbl_ptr, code_ptr)
57 int *code_ptr;
62 *code_ptr = SS_ET_TABLE_NOT_FOUND;
68 *code_ptr = 0;
help.c 130 void ss_add_info_dir(sci_idx, info_dir, code_ptr)
133 int *code_ptr;
142 *code_ptr = SS_ET_NO_INFO_DIR;
146 *code_ptr = errno;
157 *code_ptr = errno;
164 *code_ptr = 0;
167 void ss_delete_info_dir(sci_idx, info_dir, code_ptr)
170 int *code_ptr;
182 *code_ptr = 0;
186 *code_ptr = SS_ET_NO_INFO_DIR
    [all...]
invocation.c 24 request_table_ptr, code_ptr)
28 int *code_ptr;
34 *code_ptr = 0;
62 new_table->abbrev_info = ss_abbrev_initialize("/etc/passwd", code_ptr);
ss_internal.h 81 #define ss_current_request(sci_idx,code_ptr) \
82 (*code_ptr=0,ss_info(sci_idx)->current_request)
83 void ss_add_info_dir (int sci_idx, char *info_dir, int *code_ptr);
84 void ss_delete_info_dir (int sci_idx, char *info_dir, int *code_ptr);
  /external/qemu/tcg/i386/
tcg-target.c 53 static void patch_reloc(uint8_t *code_ptr, int type,
59 *(uint32_t *)code_ptr = value;
62 *(uint32_t *)code_ptr = value - (long)code_ptr;
314 val = l->u.value - (tcg_target_long)s->code_ptr;
339 tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4);
340 s->code_ptr += 4;
420 tcg_out_label(s, label_next, (tcg_target_long)s->code_ptr);
505 label1_ptr = s->code_ptr;
506 s->code_ptr++
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 80 static void patch_reloc(uint8_t *code_ptr, int type,
88 *(uint32_t *)code_ptr = value;
93 *(uint32_t *)code_ptr = value;
96 value -= (long)code_ptr;
99 *(uint32_t *)code_ptr = value;
277 val = offset - ((tcg_target_long)s->code_ptr + 5 + (-rm - 1));
384 disp = target - s->code_ptr - 5;
385 if (disp == (target - s->code_ptr - 5)) {
472 val = l->u.value - (tcg_target_long)s->code_ptr;
497 tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4)
    [all...]
  /external/qemu/gdb-xml/
power-core.xml 43 <reg name="pc" bitsize="32" type="code_ptr" regnum="64"/>
46 <reg name="lr" bitsize="32" type="code_ptr"/>
power64-core.xml 43 <reg name="pc" bitsize="64" type="code_ptr" regnum="64"/>
46 <reg name="lr" bitsize="64" type="code_ptr"/>
arm-core.xml 25 <reg name="pc" bitsize="32" type="code_ptr"/>
cf-core.xml 27 <reg name="pc" bitsize="32" type="code_ptr"/>
cf-fp.xml 21 <reg name="fpiaddr" bitsize="32" type="code_ptr" group="float"/>
  /external/qemu/tcg/
tcg.c 65 static void patch_reloc(uint8_t *code_ptr, int type,
95 *s->code_ptr++ = v;
100 *(uint16_t *)s->code_ptr = v;
101 s->code_ptr += 2;
106 *(uint32_t *)s->code_ptr = v;
107 s->code_ptr += 4;
112 void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type,
123 patch_reloc(code_ptr, type, l->u.value, addend);
128 r->ptr = code_ptr;
255 s->code_ptr = s->code_buf
    [all...]
tcg.h 289 uint8_t *code_ptr; member in struct:TCGContext
475 void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type,
  /external/v8/src/
platform-macos.cc 229 char* code_ptr = getsectdatafromheader_64( local
236 char* code_ptr = getsectdatafromheader(header, SEG_TEXT, SECT_TEXT, &size); local
238 if (code_ptr == NULL) continue;
240 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide;

Completed in 123 milliseconds