Searched refs:statep (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/
H A Di386_ld.c41 elf_i386_open_outfile (struct ld_state *statep, int machine, int klass, argument
46 return old_open_outfile (statep, EM_386, ELFCLASS32, ELFDATA2LSB);
53 elf_i386_relocate_section (struct ld_state *statep, Elf_Scn *outscn, argument
185 elf_i386_initialize_plt (struct ld_state *statep, Elf_Scn *scn) argument
203 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
208 statep->nplt_used = 1;
213 elf_i386_initialize_pltrel (struct ld_state *statep, Elf_Scn *scn) argument
223 data->d_size = statep->nplt * sizeof (Elf32_Rel);
232 elf_i386_initialize_got (struct ld_state *statep, Elf_Scn *scn) argument
238 if (statep
327 elf_i386_finalize_plt(struct ld_state *statep, size_t nsym, size_t nsym_dyn) argument
483 elf_i386_count_relocations(struct ld_state *statep, struct scninfo *scninfo) argument
633 elf_i386_create_relocations(struct ld_state *statep, const Elf32_Word *dblindirect) argument
869 elf_i386_ld_init(struct ld_state *statep) argument
[all...]
H A Dldgeneric.c44 struct ld_state *statep);
46 struct ld_state *statep,
48 static void ld_generic_generate_sections (struct ld_state *statep);
49 static void ld_generic_create_sections (struct ld_state *statep);
50 static int ld_generic_flag_unresolved (struct ld_state *statep);
51 static int ld_generic_open_outfile (struct ld_state *statep, int machine,
53 static int ld_generic_create_outfile (struct ld_state *statep);
54 static void ld_generic_relocate_section (struct ld_state *statep,
58 static int ld_generic_finalize (struct ld_state *statep);
59 static bool ld_generic_special_section_number_p (struct ld_state *statep,
1995 ld_generic_file_process(int fd, struct usedfiles *fileinfo, struct ld_state *statep, struct usedfiles **nextp) argument
2133 ld_generic_flag_unresolved(struct ld_state *statep) argument
2191 ld_generic_file_close(struct usedfiles *fileinfo, struct ld_state *statep) argument
2236 ld_generic_generate_sections(struct ld_state *statep) argument
2441 ld_generic_open_outfile(struct ld_state *statep, int machine, int klass, int data) argument
2909 ld_generic_create_sections(struct ld_state *statep) argument
3647 ld_generic_create_outfile(struct ld_state *statep) argument
6213 ld_generic_relocate_section(struct ld_state *statep, Elf_Scn *outscn, struct scninfo *firstp, const Elf32_Word *dblindirect) argument
6225 ld_generic_finalize(struct ld_state *statep) argument
6271 ld_generic_special_section_number_p(struct ld_state *statep, size_t number) argument
6279 ld_generic_section_type_p(struct ld_state *statep, GElf_Word type) argument
6295 ld_generic_dynamic_section_flags(struct ld_state *statep) argument
6304 ld_generic_initialize_plt(struct ld_state *statep, Elf_Scn *scn) argument
6315 ld_generic_initialize_pltrel(struct ld_state *statep, Elf_Scn *scn) argument
6326 ld_generic_initialize_got(struct ld_state *statep, Elf_Scn *scn) argument
6337 ld_generic_finalize_plt(struct ld_state *statep, size_t nsym, size_t nsym_dyn) argument
6344 ld_generic_rel_type(struct ld_state *statep) argument
6357 ld_generic_count_relocations(struct ld_state *statep, struct scninfo *scninfo) argument
6368 ld_generic_create_relocations(struct ld_state *statep, const Elf32_Word *dblindirect) argument
[all...]
/external/mksh/src/
H A Dlex.c166 if (++statep == state_info.end) \
167 statep = push_state_(&state_info, statep); \
168 state = statep->ls_state = (s); \
172 if (--statep == state_info.base) \
173 statep = pop_state_(&state_info, statep); \
174 state = statep->ls_state; \
188 Lex_state states[STATE_BSIZE], *statep, *s2, *base; local
198 statep
[all...]

Completed in 389 milliseconds