Searched refs:STN_UNDEF (Results 1 - 12 of 12) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/vDSO/
H A Dparse_vdso.c231 for (; chain != STN_UNDEF; chain = vdso_info.chain[chain]) {
/external/syslinux/com32/include/sys/
H A Delfcommon.h270 #define STN_UNDEF 0 /* End of a chain. */ macro
/external/elfutils/src/
H A Dunstrip.c436 if (ndx != STN_UNDEF)
469 if (newshdr->sh_info != STN_UNDEF)
501 if (old_bucket[i] != STN_UNDEF) \
505 if (old_chain[i] != STN_UNDEF) \
1696 *s->map = STN_UNDEF;
1741 assert (*symbols[i].map == STN_UNDEF);
1744 assert (*symbols[i].duplicate != STN_UNDEF);
H A Delfcmp.c862 for (size_t p = bucket1[i]; p != STN_UNDEF; p = chain1[p]) \
869 for (size_t p = bucket2[i]; p != STN_UNDEF; p = chain2[p]) \
H A Delflint.c2430 if (gnu_bucket[cnt] != STN_UNDEF)
2478 while (symidx != STN_UNDEF && symidx < nentries && symidx < nchain)
2515 while (symidx != STN_UNDEF && symidx < nentries && symidx < nchain)
2556 if (sym != NULL && sym->st_shndx != STN_UNDEF)
/external/syslinux/com32/lib/sys/module/
H A Dcommon.c471 while (crt_index != STN_UNDEF) {
/external/elfutils/libdwfl/
H A Drelocate.c344 if (symndx == STN_UNDEF)
347 that symbol index in relocs with STN_UNDEF. We
/external/llvm/include/llvm/Support/
H A DELF.h907 STN_UNDEF = 0 enumerator in enum:llvm::ELF::__anon12489
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h910 enum { STN_UNDEF = 0 }; enumerator in enum:llvm::ELF::__anon20535
/external/elfutils/libelf/
H A Delf.h503 #define STN_UNDEF 0 /* End of a chain. */ macro
/external/kmod/port-gnu/
H A Delf.h502 #define STN_UNDEF 0 /* End of a chain. */ macro
/external/valgrind/perf/
H A Dtinycc.c472 #define STN_UNDEF 0 /* End of a chain. */ macro

Completed in 469 milliseconds