Home
last modified time | relevance | path

Searched refs:SYMTAB_EXIST (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/elfcopy/
HDascii.c258 ecp->flags |= SYMTAB_EXIST; in create_elf_from_srec()
327 if (ecp->flags & SYMTAB_EXIST) { in create_elf_from_srec()
330 ecp->flags &= ~SYMTAB_EXIST; in create_elf_from_srec()
365 ecp->flags &= ~SYMTAB_EXIST; in create_elf_from_srec()
HDsections.c505 ecp->flags |= SYMTAB_EXIST; in create_scn()
610 (ecp->flags & SYMTAB_EXIST) && in copy_content()
708 if ((ecp->flags & SYMTAB_EXIST) == 0) { in filter_reloc()
1440 if (s->type == SHT_GROUP && (ecp->flags & SYMTAB_EXIST) && in update_shdr()
1534 if (!(ecp->flags & SYMTAB_EXIST)) { in set_shstrtab()
HDbinary.c258 ecp->flags |= SYMTAB_EXIST; in create_elf_from_binary()
HDelfcopy.h208 #define SYMTAB_EXIST 0x00000010U macro
HDmain.c288 ecp->flags &= ~SYMTAB_EXIST; in create_elf()
371 if ((ecp->flags & SYMTAB_EXIST) != 0) in create_elf()
HDsymbols.c717 ecp->flags &= ~SYMTAB_EXIST; in create_symtab()