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

/external/e2fsprogs/lib/ss/
H A Drequest_tbl.c22 void ss_add_request_table(int sci_idx, ssrt *rqtbl_ptr, int position, int *code_ptr) argument
35 *code_ptr = errno;
48 *code_ptr = 0;
51 void ss_delete_request_table(int sci_idx, ssrt *rqtbl_ptr, int *code_ptr) argument
56 *code_ptr = SS_ET_TABLE_NOT_FOUND;
62 *code_ptr = 0;
H A Dss_internal.h81 #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);
H A Dhelp.c127 void ss_add_info_dir(int sci_idx, char *info_dir, int *code_ptr) argument
136 *code_ptr = SS_ET_NO_INFO_DIR;
140 *code_ptr = errno;
151 *code_ptr = errno;
158 *code_ptr = 0;
161 void ss_delete_info_dir(int sci_idx, char *info_dir, int *code_ptr) argument
173 *code_ptr = 0;
177 *code_ptr = SS_ET_NO_INFO_DIR;
H A Dinvocation.c26 int *code_ptr)
32 *code_ptr = 0;
47 *code_ptr = errno;
64 new_table->abbrev_info = ss_abbrev_initialize("/etc/passwd", code_ptr);
24 ss_create_invocation(const char *subsystem_name, const char *version_string, void *info_ptr, ss_request_table *request_table_ptr, int *code_ptr) argument
/external/harfbuzz_ng/src/hb-ucdn/
H A Ducdn.c153 static uint32_t decode_utf16(const unsigned short **code_ptr) argument
155 const unsigned short *code = *code_ptr;
158 *code_ptr += 1;
161 *code_ptr += 2;
/external/chromium_org/v8/src/
H A Dplatform-macos.cc136 char* code_ptr = getsectdatafromheader_64( local
143 char* code_ptr = getsectdatafromheader(header, SEG_TEXT, SECT_TEXT, &size); local
145 if (code_ptr == NULL) continue;
147 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide;
/external/qemu/tcg/i386/
H A Dtcg-target.c122 static void patch_reloc(uint8_t *code_ptr, int type, argument
128 value -= (uintptr_t)code_ptr;
132 *(uint32_t *)code_ptr = value;
135 value -= (uintptr_t)code_ptr;
139 *(uint8_t *)code_ptr = value;
449 intptr_t pc = (intptr_t)s->code_ptr + 5 + ~rm;
569 diff = arg - ((uintptr_t)s->code_ptr + 7);
767 val = l->u.value - (intptr_t)s->code_ptr;
794 tcg_out_reloc(s, s->code_ptr, R_386_PC8, label_index, -1);
795 s->code_ptr
[all...]
/external/qemu/tcg/
H A Dtcg.c68 static void patch_reloc(uint8_t *code_ptr, int type,
122 *s->code_ptr++ = v;
127 uint8_t *p = s->code_ptr;
129 s->code_ptr = p + 2;
134 uint8_t *p = s->code_ptr;
136 s->code_ptr = p + 4;
141 uint8_t *p = s->code_ptr;
143 s->code_ptr = p + 8;
148 static void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, argument
159 patch_reloc(code_ptr, typ
[all...]
H A Dtcg.h478 uint8_t *code_ptr; member in struct:TCGContext

Completed in 206 milliseconds