Searched refs:copy_shdr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.h | 284 void copy_shdr(struct elfcopy *_ecp, struct section *_s, const char *_name,
|
H A D | symbols.c | 734 copy_shdr(ecp, sy, ".symtab", 1, 0); in create_symtab() 735 copy_shdr(ecp, st, ".strtab", 1, 0); in create_symtab()
|
H A D | sections.c | 490 copy_shdr(ecp, s, NULL, 0, sec_flags); in create_scn() 1169 copy_shdr(struct elfcopy *ecp, struct section *s, const char *name, int copy, in copy_shdr() function
|