Home
last modified time | relevance | path

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

/external/elfutils/src/
Di386_ld.c53 elf_i386_open_outfile (struct ld_state *statep, in elf_i386_open_outfile()
67 elf_i386_relocate_section (struct ld_state *statep __attribute__ ((unused)), in elf_i386_relocate_section()
197 elf_i386_initialize_plt (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_plt()
226 elf_i386_initialize_pltrel (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_pltrel()
246 elf_i386_initialize_got (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_got()
267 elf_i386_initialize_gotplt (struct ld_state *statep, Elf_Scn *scn) in elf_i386_initialize_gotplt()
362 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym, in elf_i386_finalize_plt()
523 elf_i386_rel_type (struct ld_state *statep __attribute__ ((__unused__))) in elf_i386_rel_type()
531 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo) in elf_i386_count_relocations()
719 elf_i386_create_relocations (struct ld_state *statep, in elf_i386_create_relocations()
[all …]
Dldgeneric.c2195 struct ld_state *statep, struct usedfiles **nextp) in ld_generic_file_process()
2325 ld_generic_lib_extensions (struct ld_state *statep __attribute__ ((__unused__))) in ld_generic_lib_extensions()
2338 ld_generic_flag_unresolved (struct ld_state *statep) in ld_generic_flag_unresolved()
2396 ld_generic_file_close (struct usedfiles *fileinfo, struct ld_state *statep) in ld_generic_file_close()
2441 ld_generic_generate_sections (struct ld_state *statep) in ld_generic_generate_sections()
2654 ld_generic_open_outfile (struct ld_state *statep, int machine, int klass, in ld_generic_open_outfile()
3127 ld_generic_create_sections (struct ld_state *statep) in ld_generic_create_sections()
4304 ld_generic_create_outfile (struct ld_state *statep) in ld_generic_create_outfile()
6968 ld_generic_relocate_section (struct ld_state *statep, Elf_Scn *outscn, in ld_generic_relocate_section()
6980 ld_generic_finalize (struct ld_state *statep) in ld_generic_finalize()
[all …]
Delflint.c1273 struct loaded_segment *loaded, enum load_state *statep) in check_one_reloc()
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Dpoly1305.c217 void CRYPTO_poly1305_init(poly1305_state *statep, const unsigned char key[32]) in CRYPTO_poly1305_init()
258 void CRYPTO_poly1305_update(poly1305_state *statep, const unsigned char *in, in CRYPTO_poly1305_update()
306 void CRYPTO_poly1305_finish(poly1305_state *statep, unsigned char mac[16]) in CRYPTO_poly1305_finish()
/external/mksh/src/
Dlex.c194 Lex_state states[STATE_BSIZE], *statep, *s2, *base; in yylex() local