Searched refs:SHN_UNDEF (Results 1 – 9 of 9) sorted by relevance
148 if (sym->st_shndx == SHN_UNDEF || \
117 ((sym)->st_shndx == SHN_UNDEF && !((sym)->st_other & STO_MIPS_PLT))
357 if (sym->st_shndx == SHN_UNDEF) { in _dl_perform_mips_global_got_relocations()
171 || (type_class & (sym->st_shndx == SHN_UNDEF))) in ElfW()184 if (type_class & (sym->st_shndx == SHN_UNDEF)) in ElfW()
190 && ((((SYM)->st_shndx == SHN_UNDEF || (SYM)->st_size == 0) \
175 if (symtab[symtab_index].st_shndx != SHN_UNDEF && in _dl_do_reloc()
1212 if ((symtab[si].st_shndx != SHN_UNDEF in do_dladdr()1232 if ((symtab[si].st_shndx != SHN_UNDEF in do_dladdr()
333 #define SHN_UNDEF 0 /**< undefined section header entry */ macro
424 #define SHN_UNDEF 0 /* Undefined section */ macro
Completed in 29 milliseconds