/external/elfutils/src/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 | 1335 struct loaded_segment *loaded, enum load_state *statep) in check_one_reloc() argument 1437 if (*statep == state_undecided) in check_one_reloc() 1438 *statep = in_loaded_seg ? state_loaded : state_unloaded; in check_one_reloc() 1439 else if ((*statep == state_unloaded && in_loaded_seg) in check_one_reloc() 1440 || (*statep == state_loaded && !in_loaded_seg)) in check_one_reloc() 1445 *statep = state_error; in check_one_reloc()
|
/external/mksh/src/ |
D | lex.c | 151 if (++statep == state_info.end) \ 152 statep = push_state_i(&state_info, statep); \ 153 state = statep->type = (s); \ 157 if (--statep == state_info.base) \ 158 statep = pop_state_i(&state_info, statep); \ 159 state = statep->type; \ 166 statep->ls_start = Xsavepos(ws, wp); \ 174 wp = Xrestpos(ws, wp, statep->ls_start); \ 194 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex() local 205 statep = &states[1]; in yylex() [all …]
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305.c | 168 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { in CRYPTO_poly1305_init() argument 169 struct poly1305_state_st *state = (struct poly1305_state_st *)statep; in CRYPTO_poly1305_init() 174 CRYPTO_poly1305_init_neon(statep, key); in CRYPTO_poly1305_init() 214 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, in CRYPTO_poly1305_update() argument 217 struct poly1305_state_st *state = (struct poly1305_state_st *)statep; in CRYPTO_poly1305_update() 221 CRYPTO_poly1305_update_neon(statep, in, in_len); in CRYPTO_poly1305_update() 259 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { in CRYPTO_poly1305_finish() argument 260 struct poly1305_state_st *state = (struct poly1305_state_st *)statep; in CRYPTO_poly1305_finish() 267 CRYPTO_poly1305_finish_neon(statep, mac); in CRYPTO_poly1305_finish()
|
/external/boringssl/src/crypto/err/ |
D | err.c | 159 static void err_state_free(void *statep) { in err_state_free() argument 160 ERR_STATE *state = statep; in err_state_free()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_png.c | 2510 png_check_fp_number(png_const_charp string, png_size_t size, int *statep, 2513 int state = *statep; 2628 *statep = state;
|
D | pngpriv.h | 1856 png_size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);
|
/external/libpng/ |
D | png.c | 2644 png_check_fp_number(png_const_charp string, png_size_t size, int *statep, 2647 int state = *statep; 2762 *statep = state;
|
D | pngpriv.h | 1773 png_size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);
|