Searched refs:N_UNDEF (Results 1 – 20 of 20) sorted by relevance
45 enum ReservedSectionNum : int16_t { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; enumerator
303 if (index == N_UNDEF) in coff_section_from_bfd_index()567 syment->n_scnum = N_UNDEF; in fixup_symbol_value()577 syment->n_scnum = N_UNDEF; in fixup_symbol_value()915 native->u.syment.n_scnum = N_UNDEF; in coff_write_symbol()982 native->u.syment.n_scnum = N_UNDEF; in coff_write_alien_symbol()987 native->u.syment.n_scnum = N_UNDEF; in coff_write_alien_symbol()2288 native->u.syment.n_scnum = N_UNDEF; in bfd_coff_set_symbol_class()2293 native->u.syment.n_scnum = N_UNDEF; in bfd_coff_set_symbol_class()
1232 || sym.n_scnum != N_UNDEF in xcoff_link_add_symbols()2079 if (sym.n_sclass == C_EXT && sym.n_scnum != N_UNDEF) in xcoff_link_check_ar_symbols()4630 ldsym->l_scnum = N_UNDEF; in xcoff_write_global_symbol()5045 isym.n_scnum = N_UNDEF; in xcoff_write_global_symbol()5055 isym.n_scnum = N_UNDEF; in xcoff_write_global_symbol()
2497 isym.n_scnum = N_UNDEF; in _bfd_coff_write_global_sym()2519 isym.n_scnum = N_UNDEF; in _bfd_coff_write_global_sym()
1679 && sym->n_scnum > N_UNDEF) in coff_arm_relocate_section()
336 if (index == N_UNDEF)610 syment->n_scnum = N_UNDEF;620 syment->n_scnum = N_UNDEF;975 native->u.syment.n_scnum = N_UNDEF;1048 native->u.syment.n_scnum = N_UNDEF;1053 native->u.syment.n_scnum = N_UNDEF;2468 native->u.syment.n_scnum = N_UNDEF;2473 native->u.syment.n_scnum = N_UNDEF;
728 if (sym.n_sclass == C_EXT && sym.n_scnum != N_UNDEF)1328 || sym.n_scnum != N_UNDEF5420 ldsym->l_scnum = N_UNDEF;5865 isym.n_scnum = N_UNDEF;5875 isym.n_scnum = N_UNDEF;
2498 isym.n_scnum = N_UNDEF; in _bfd_coff_write_global_sym()2520 isym.n_scnum = N_UNDEF; in _bfd_coff_write_global_sym()
1770 && sym->n_scnum > N_UNDEF)
2308 ((X).n_scnum > N_UNDEF) && \2314 ((X).n_scnum == N_UNDEF))2318 ((X).n_scnum > N_UNDEF) && \2323 (((X).n_sclass == C_EXT) && ((X).n_scnum == N_UNDEF))
458 #define N_UNDEF ((short)0) /* undefined symbol */ macro
2704 ((X).n_scnum > N_UNDEF) && \2710 ((X).n_scnum == N_UNDEF))2714 ((X).n_scnum > N_UNDEF) && \2719 (((X).n_sclass == C_EXT) && ((X).n_scnum == N_UNDEF))
514 if (sym->n_scnum == N_UNDEF) in do_visible()
663 if (XCOFFSym.getSectionNumber() == XCOFF::N_UNDEF) in getSymbolFlags()814 case XCOFF::N_UNDEF: in getSymbolSectionName()
476 #define C_UNDEF_SECTION N_UNDEF
78 {StringRef("N_UNDEF"), XCOFF::N_UNDEF}};
866 if (cs->c_secnum == N_UNDEF) in coff_symtab_read()
1038 writeSymbolEntryForControlSection(Csect, XCOFF::ReservedSectionNum::N_UNDEF, in writeSymbolTable()