Home
last modified time | relevance | path

Searched defs:statep (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/src/
Di386_ld.c45 elf_i386_open_outfile (struct ld_state *statep, in elf_i386_open_outfile()
59 elf_i386_relocate_section (struct ld_state *statep __attribute__ ((unused)), in elf_i386_relocate_section()
189 elf_i386_initialize_plt (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_plt()
218 elf_i386_initialize_pltrel (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_pltrel()
238 elf_i386_initialize_got (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_got()
259 elf_i386_initialize_gotplt (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_gotplt()
354 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym, in elf_i386_finalize_plt()
515 elf_i386_rel_type (struct ld_state *statep __attribute__ ((__unused__))) in elf_i386_rel_type()
523 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo) in elf_i386_count_relocations()
711 elf_i386_create_relocations (struct ld_state *statep, in elf_i386_create_relocations()
[all …]
Dldgeneric.c2185 struct ld_state *statep, struct usedfiles **nextp) in ld_generic_file_process()
2315 ld_generic_lib_extensions (struct ld_state *statep __attribute__ ((__unused__))) in ld_generic_lib_extensions()
2328 ld_generic_flag_unresolved (struct ld_state *statep) in ld_generic_flag_unresolved()
2386 ld_generic_file_close (struct usedfiles *fileinfo, struct ld_state *statep) in ld_generic_file_close()
2431 ld_generic_generate_sections (struct ld_state *statep) in ld_generic_generate_sections()
2644 ld_generic_open_outfile (struct ld_state *statep, int machine, int klass, in ld_generic_open_outfile()
3117 ld_generic_create_sections (struct ld_state *statep) in ld_generic_create_sections()
4294 ld_generic_create_outfile (struct ld_state *statep) in ld_generic_create_outfile()
6957 ld_generic_relocate_section (struct ld_state *statep, Elf_Scn *outscn, in ld_generic_relocate_section()
6969 ld_generic_finalize (struct ld_state *statep) in ld_generic_finalize()
[all …]
Delflint.c1355 struct loaded_segment *loaded, enum load_state *statep) in check_one_reloc()
/external/boringssl/src/crypto/poly1305/
Dpoly1305.c155 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { in CRYPTO_poly1305_init()
201 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, in CRYPTO_poly1305_update()
246 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { in CRYPTO_poly1305_finish()
/external/boringssl/src/crypto/err/
Derr.c155 static void err_state_free(void *statep) { in err_state_free()
/external/mksh/src/
Dlex.c193 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex() local