Searched refs:insert_to_sec_list (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/elftoolchain/elfcopy/ |
| H A D | sections.c | 311 insert_to_sec_list(struct elfcopy *ecp, struct section *sec, int tail) in insert_to_sec_list() function 360 insert_to_sec_list(ecp, s, 0); in create_scn() 511 insert_to_sec_list(ecp, s, 0); in create_scn() 563 insert_to_sec_list(ecp, shtab, tail); in insert_shtab() 1315 insert_to_sec_list(ecp, s, 1); in create_external_section() 1511 insert_to_sec_list(ecp, s, 1); in set_shstrtab()
|
| H A D | binary.c | 211 insert_to_sec_list(ecp, ecp->shstrtab, 1); in create_elf_from_binary()
|
| H A D | elfcopy.h | 309 void insert_to_sec_list(struct elfcopy *_ecp, struct section *_sec,
|
| H A D | ascii.c | 316 insert_to_sec_list(ecp, ecp->shstrtab, 1); in create_elf_from_srec() 589 insert_to_sec_list(ecp, ecp->shstrtab, 1); in create_elf_from_ihex()
|