Searched refs:create_external_section (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | binary.c | 204 (void) create_external_section(ecp, ".data", NULL, content, sb.st_size, in create_elf_from_binary()
|
H A D | elfcopy.h | 291 struct section *create_external_section(struct elfcopy *_ecp, const char *_name,
|
H A D | symbols.c | 815 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 D | sections.c | 1290 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 D | ascii.c | 646 return (create_external_section(ecp, name, name, NULL, 0, off, in new_data_section()
|