Searched refs:FLG_OF_STRIP (Results 1 – 7 of 7) sorted by relevance
77 ofl->ofl_flags = (FLG_OF_DYNAMIC | FLG_OF_SHAROBJ | FLG_OF_STRIP); in elf_obj_init()
1372 if (((ofl->ofl_flags & FLG_OF_STRIP) && ident && in process_strtab()1582 if ((ofl->ofl_flags & FLG_OF_STRIP) || in process_progbits()1592 if ((ofl->ofl_flags & FLG_OF_STRIP) && ident) { in process_progbits()1648 if (ofl->ofl_flags & FLG_OF_STRIP) { in process_debug()
383 ofl->ofl_flags |= FLG_OF_STRIP; in check_flags()
244 if (!(flags & FLG_OF_STRIP) || (flags & FLG_OF_RELOBJ) || in update_osym()3150 else if (!(flags & FLG_OF_STRIP) || (flags & FLG_OF_RELOBJ)) in update_move()
2677 else if (!(flags & FLG_OF_STRIP) || (flags & FLG_OF_RELOBJ)) in ld_reloc_process()
3389 if (!(flags & FLG_OF_STRIP) || (flags & FLG_OF_RELOBJ) || in ld_make_sections()
423 #define FLG_OF_STRIP 0x00000080 /* strip output: -s */ macro