Searched refs:create_external_section (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c204 (void) create_external_section(ecp, ".data", NULL, content, sb.st_size,
H A Delfcopy.h290 struct section *create_external_section(struct elfcopy *_ecp, const char *_name,
H A Dsymbols.c815 ecp->symtab = create_external_section(ecp, ".symtab", NULL,
818 ecp->symtab = create_external_section(ecp, ".symtab", NULL,
821 ecp->strtab = create_external_section(ecp, ".strtab", NULL, NULL, 0, 0,
H A Dsections.c1290 create_external_section(struct elfcopy *ecp, const char *name, char *newname, function
1386 (void) create_external_section(ecp, sa->name, NULL, sa->content,
H A Dascii.c646 return (create_external_section(ecp, name, name, NULL, 0, off,

Completed in 167 milliseconds