Home
last modified time | relevance | path

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

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