OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statep
(Results
1 - 7
of
7
) 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
...]
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305.c
217
void CRYPTO_poly1305_init(poly1305_state *
statep
, const unsigned char key[32])
219
struct poly1305_state_st *state = (struct poly1305_state_st*)
statep
;
225
CRYPTO_poly1305_init_neon(
statep
, key);
258
void CRYPTO_poly1305_update(poly1305_state *
statep
, const unsigned char *in,
262
struct poly1305_state_st *state = (struct poly1305_state_st*)
statep
;
267
CRYPTO_poly1305_update_neon(
statep
, in, in_len);
306
void CRYPTO_poly1305_finish(poly1305_state *
statep
, unsigned char mac[16])
308
struct poly1305_state_st *state = (struct poly1305_state_st*)
statep
;
316
CRYPTO_poly1305_finish_neon(
statep
, mac);
/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 846 milliseconds