HomeSort by relevance Sort by last modified time
    Searched refs:statep (Results 1 - 4 of 4) sorted by null

  /external/elfutils/src/
i386_ld.c 41 elf_i386_open_outfile (struct ld_state *statep, int machine, int klass,
46 return old_open_outfile (statep, EM_386, ELFCLASS32, ELFDATA2LSB);
53 elf_i386_relocate_section (struct ld_state *statep, Elf_Scn *outscn,
185 elf_i386_initialize_plt (struct ld_state *statep, Elf_Scn *scn)
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)
223 data->d_size = statep->nplt * sizeof (Elf32_Rel);
232 elf_i386_initialize_got (struct ld_state *statep, Elf_Scn *scn)
238 if (statep->ngot + statep->nplt == 0
    [all...]
ldgeneric.c 44 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,
    [all...]
  /external/mksh/src/
lex.c 166 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 = &states[1]
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1284 res_state statep; local
    [all...]

Completed in 82 milliseconds