Home
last modified time | relevance | path

Searched defs:dlthis (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/staging/tidspbridge/dynload/
Dtramp.c30 static int priv_tramp_sect_tgt_alloc(struct dload_state *dlthis) in priv_tramp_sect_tgt_alloc()
130 static struct tramp_string *priv_tramp_string_create(struct dload_state *dlthis, in priv_tramp_string_create()
178 static struct tramp_string *priv_tramp_string_find(struct dload_state *dlthis, in priv_tramp_string_find()
215 static int priv_string_tbl_finalize(struct dload_state *dlthis) in priv_string_tbl_finalize()
274 static u32 priv_tramp_sect_alloc(struct dload_state *dlthis, u32 tramp_size) in priv_tramp_sect_alloc()
299 static struct tramp_sym *priv_tramp_sym_create(struct dload_state *dlthis, in priv_tramp_sym_create()
345 static struct tramp_sym *priv_tramp_sym_get(struct dload_state *dlthis, in priv_tramp_sym_get()
366 static struct tramp_sym *priv_tramp_sym_find(struct dload_state *dlthis, in priv_tramp_sym_find()
388 static int priv_tramp_sym_finalize(struct dload_state *dlthis) in priv_tramp_sym_finalize()
452 static int priv_tgt_img_gen(struct dload_state *dlthis, u32 base, in priv_tgt_img_gen()
[all …]
Dgetsection.c56 static char *unpack_sec_name(struct dload_state *dlthis, u32 soffset, char *dst) in unpack_sec_name()
88 static void expand_sec_names(struct dload_state *dlthis) in expand_sec_names()
142 struct dload_state *dlthis; /* internal state for this call */ in dload_module_open() local
235 struct dload_state *dlthis; in dload_get_section_info() local
276 struct dload_state *dlthis; in dload_get_section() local
385 struct dload_state *dlthis; in dload_module_close() local
Dcload.c61 void dload_error(struct dload_state *dlthis, const char *errtxt, ...) in dload_error()
319 void dload_headers(struct dload_state *dlthis) in dload_headers()
426 void dload_sections(struct dload_state *dlthis) in dload_sections()
471 static void allocate_sections(struct dload_state *dlthis) in allocate_sections()
568 static void section_table_free(struct dload_state *dlthis) in section_table_free()
591 void dload_strings(struct dload_state *dlthis, bool sec_names_only) in dload_strings()
663 static void string_table_free(struct dload_state *dlthis) in string_table_free()
702 static void dload_symbols(struct dload_state *dlthis) in dload_symbols()
904 static void symbol_table_free(struct dload_state *dlthis) in symbol_table_free()
943 static void cload_cinit(struct dload_state *dlthis, in cload_cinit()
[all …]
Dreloc.c48 rvalue dload_unpack(struct dload_state *dlthis, tgt_au_t * data, int fieldsz, in dload_unpack()
101 int dload_repack(struct dload_state *dlthis, rvalue val, tgt_au_t * data, in dload_repack()
164 void dload_relocate(struct dload_state *dlthis, tgt_au_t * data, in dload_relocate()