Searched refs:statep (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/src/ |
D | i386_ld.c | 45 elf_i386_open_outfile (struct ld_state *statep, in elf_i386_open_outfile() argument 52 return old_open_outfile (statep, EM_386, ELFCLASS32, ELFDATA2LSB); in elf_i386_open_outfile() 59 elf_i386_relocate_section (struct ld_state *statep __attribute__ ((unused)), in elf_i386_relocate_section() argument 189 elf_i386_initialize_plt (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_plt() argument 207 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE; in elf_i386_initialize_plt() 213 statep->nplt_used = 1; in elf_i386_initialize_plt() 218 elf_i386_initialize_pltrel (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_pltrel() argument 228 size_t size = statep->nplt * sizeof (Elf32_Rel); in elf_i386_initialize_pltrel() 238 elf_i386_initialize_got (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_got() argument 241 assert (statep->ngot != 0); in elf_i386_initialize_got() [all …]
|
D | ldgeneric.c | 63 struct ld_state *statep); 65 struct ld_state *statep, 67 static void ld_generic_generate_sections (struct ld_state *statep); 68 static void ld_generic_create_sections (struct ld_state *statep); 69 static int ld_generic_flag_unresolved (struct ld_state *statep); 70 static int ld_generic_open_outfile (struct ld_state *statep, int machine, 72 static int ld_generic_create_outfile (struct ld_state *statep); 73 static void ld_generic_relocate_section (struct ld_state *statep, 77 static int ld_generic_finalize (struct ld_state *statep); 78 static bool ld_generic_special_section_number_p (struct ld_state *statep, [all …]
|
D | elflint.c | 1355 struct loaded_segment *loaded, enum load_state *statep) in check_one_reloc() argument 1457 if (*statep == state_undecided) in check_one_reloc() 1458 *statep = in_loaded_seg ? state_loaded : state_unloaded; in check_one_reloc() 1459 else if ((*statep == state_unloaded && in_loaded_seg) in check_one_reloc() 1460 || (*statep == state_loaded && !in_loaded_seg)) in check_one_reloc() 1465 *statep = state_error; in check_one_reloc()
|
/external/mksh/src/ |
D | lex.c | 150 if (++statep == state_info.end) \ 151 statep = push_state_i(&state_info, statep); \ 152 state = statep->type = (s); \ 156 if (--statep == state_info.base) \ 157 statep = pop_state_i(&state_info, statep); \ 158 state = statep->type; \ 165 statep->ls_start = Xsavepos(ws, wp); \ 173 wp = Xrestpos(ws, wp, statep->ls_start); \ 193 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex() local 204 statep = &states[1]; in yylex() [all …]
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305.c | 155 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { in CRYPTO_poly1305_init() argument 156 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_init() 161 CRYPTO_poly1305_init_neon(statep, key); in CRYPTO_poly1305_init() 201 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, in CRYPTO_poly1305_update() argument 204 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_update() 208 CRYPTO_poly1305_update_neon(statep, in, in_len); in CRYPTO_poly1305_update() 246 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { in CRYPTO_poly1305_finish() argument 247 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_finish() 254 CRYPTO_poly1305_finish_neon(statep, mac); in CRYPTO_poly1305_finish()
|
/external/boringssl/src/crypto/err/ |
D | err.c | 187 static void err_state_free(void *statep) { in err_state_free() argument 188 ERR_STATE *state = statep; in err_state_free()
|
/external/pdfium/third_party/libpng16/ |
D | png.c | 2680 png_check_fp_number(png_const_charp string, png_size_t size, int *statep, 2683 int state = *statep; 2798 *statep = state;
|
D | pngpriv.h | 1824 png_size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);
|
/external/libpng/ |
D | png.c | 2718 png_check_fp_number(png_const_charp string, png_size_t size, int *statep, 2721 int state = *statep; 2836 *statep = state;
|
D | pngpriv.h | 1949 png_size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);
|