Searched refs:FLG_OF_STRIP (Results 1 – 7 of 7) sorted by relevance
78 ofl->ofl_flags = (FLG_OF_DYNAMIC | FLG_OF_SHAROBJ | FLG_OF_STRIP); in elf_obj_init()
1332 if (((ofl->ofl_flags & FLG_OF_STRIP) && ident && in process_strtab()1541 if ((ofl->ofl_flags & FLG_OF_STRIP) || in process_progbits()1551 if ((ofl->ofl_flags & FLG_OF_STRIP) && ident) { in process_progbits()1607 if (ofl->ofl_flags & FLG_OF_STRIP) { in process_debug()
238 if (!(flags & FLG_OF_STRIP) || (flags & FLG_OF_RELOBJ) || in update_osym()3071 else if (!(flags & FLG_OF_STRIP) || (flags & FLG_OF_RELOBJ)) in update_move()
352 ofl->ofl_flags |= FLG_OF_STRIP; in check_flags()
2677 else if (!(flags & FLG_OF_STRIP) || (flags & FLG_OF_RELOBJ)) in ld_reloc_process()
3325 if (!(flags & FLG_OF_STRIP) || (flags & FLG_OF_RELOBJ) || in ld_make_sections()
418 #define FLG_OF_STRIP 0x00000080 /* strip output: -s */ macro