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

  /external/elfutils/src/
i386_ld.c 53 elf_i386_open_outfile (struct ld_state *statep,
60 return old_open_outfile (statep, EM_386, ELFCLASS32, ELFDATA2LSB);
67 elf_i386_relocate_section (struct ld_state *statep __attribute__ ((unused)),
197 elf_i386_initialize_plt (struct ld_state *statep, Elf_Scn *scn)
215 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
221 statep->nplt_used = 1;
226 elf_i386_initialize_pltrel (struct ld_state *statep, Elf_Scn *scn)
236 size_t size = statep->nplt * sizeof (Elf32_Rel);
246 elf_i386_initialize_got (struct ld_state *statep, Elf_Scn *scn)
249 assert (statep->ngot != 0)
    [all...]
ldgeneric.c 71 struct ld_state *statep);
73 struct ld_state *statep,
75 static void ld_generic_generate_sections (struct ld_state *statep);
76 static void ld_generic_create_sections (struct ld_state *statep);
77 static int ld_generic_flag_unresolved (struct ld_state *statep);
78 static int ld_generic_open_outfile (struct ld_state *statep, int machine,
80 static int ld_generic_create_outfile (struct ld_state *statep);
81 static void ld_generic_relocate_section (struct ld_state *statep,
85 static int ld_generic_finalize (struct ld_state *statep);
86 static bool ld_generic_special_section_number_p (struct ld_state *statep,
    [all...]
elflint.c     [all...]
  /external/mksh/src/
lex.c 153 if (++statep == state_info.end) \
154 statep = push_state_i(&state_info, statep); \
155 state = statep->type = (s); \
159 if (--statep == state_info.base) \
160 statep = pop_state_i(&state_info, statep); \
161 state = statep->type; \
167 statep->ls_start = Xsavepos(ws, wp); \
175 wp = Xrestpos(ws, wp, statep->ls_start);
194 Lex_state states[STATE_BSIZE], *statep, *s2, *base; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1484 res_state statep; local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h     [all...]

Completed in 617 milliseconds