Lines Matching refs:elfcopy

179 struct elfcopy {  struct
271 void add_section(struct elfcopy *_ecp, const char *_optarg); argument
272 void add_to_shstrtab(struct elfcopy *_ecp, const char *_name);
273 void add_to_symop_list(struct elfcopy *_ecp, const char *_name,
275 void add_to_symtab(struct elfcopy *_ecp, const char *_name,
278 int add_to_inseg_list(struct elfcopy *_ecp, struct section *_sec);
279 void adjust_addr(struct elfcopy *_ecp);
281 void copy_content(struct elfcopy *_ecp);
283 void copy_phdr(struct elfcopy *_ecp);
284 void copy_shdr(struct elfcopy *_ecp, struct section *_s, const char *_name,
287 void create_elf(struct elfcopy *_ecp);
288 void create_elf_from_binary(struct elfcopy *_ecp, int _ifd, const char *ifn);
289 void create_elf_from_ihex(struct elfcopy *_ecp, int _ifd);
290 void create_elf_from_srec(struct elfcopy *_ecp, int _ifd);
291 struct section *create_external_section(struct elfcopy *_ecp, const char *_name,
295 void create_external_symtab(struct elfcopy *_ecp);
297 void create_pe(struct elfcopy *_ecp, int _ifd, int _ofd);
298 void create_scn(struct elfcopy *_ecp);
299 void create_srec(struct elfcopy *_ecp, int _ifd, int _ofd, const char *_ofn);
300 void create_symtab(struct elfcopy *_ecp);
301 void create_symtab_data(struct elfcopy *_ecp);
303 void finalize_external_symtab(struct elfcopy *_ecp);
304 void free_elf(struct elfcopy *_ecp);
305 void free_sec_act(struct elfcopy *_ecp);
306 void free_sec_add(struct elfcopy *_ecp);
307 void free_symtab(struct elfcopy *_ecp);
308 void init_shstrtab(struct elfcopy *_ecp);
309 void insert_to_sec_list(struct elfcopy *_ecp, struct section *_sec,
311 struct section *insert_shtab(struct elfcopy *_ecp, int tail);
312 int is_remove_reloc_sec(struct elfcopy *_ecp, uint32_t _sh_info);
313 int is_remove_section(struct elfcopy *_ecp, const char *_name);
314 struct sec_action *lookup_sec_act(struct elfcopy *_ecp,
316 struct symop *lookup_symop_list(struct elfcopy *_ecp, const char *_name,
318 void resync_sections(struct elfcopy *_ecp);
319 void setup_phdr(struct elfcopy *_ecp);
320 void update_shdr(struct elfcopy *_ecp, int _update_link);
324 void ac_create_ar(struct elfcopy *_ecp, int _ifd, int _ofd);