Home
last modified time | relevance | path

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

/external/syslinux/com32/include/sys/
Delfcommon.h270 #define STN_UNDEF 0 /* End of a chain. */ macro
/external/linux-kselftest/tools/testing/selftests/vDSO/
Dparse_vdso.c231 for (; chain != STN_UNDEF; chain = vdso_info.chain[chain]) { in vdso_sym()
/external/elfutils/src/
Dunstrip.c435 if (ndx != STN_UNDEF) in adjust_relocs()
468 if (newshdr->sh_info != STN_UNDEF) in adjust_relocs()
500 if (old_bucket[i] != STN_UNDEF) \ in adjust_relocs()
504 if (old_chain[i] != STN_UNDEF) \ in adjust_relocs()
1694 *s->map = STN_UNDEF; in copy_elided_sections()
1739 assert (*symbols[i].map == STN_UNDEF); in copy_elided_sections()
1742 assert (*symbols[i].duplicate != STN_UNDEF); in copy_elided_sections()
Delfcmp.c862 for (size_t p = bucket1[i]; p != STN_UNDEF; p = chain1[p]) \ in hash_content_equivalent()
869 for (size_t p = bucket2[i]; p != STN_UNDEF; p = chain2[p]) \ in hash_content_equivalent()
Delflint.c2430 if (gnu_bucket[cnt] != STN_UNDEF) in compare_hash_gnu_hash()
2478 while (symidx != STN_UNDEF && symidx < nentries && symidx < nchain) in compare_hash_gnu_hash()
2515 while (symidx != STN_UNDEF && symidx < nentries && symidx < nchain) in compare_hash_gnu_hash()
2556 if (sym != NULL && sym->st_shndx != STN_UNDEF) in compare_hash_gnu_hash()
/external/syslinux/com32/lib/sys/module/
Dcommon.c471 while (crt_index != STN_UNDEF) { in module_find_symbol_sysv()
/external/llvm/include/llvm/Support/
DELF.h907 STN_UNDEF = 0 enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h910 enum { STN_UNDEF = 0 }; enumerator
/external/elfutils/libdwfl/
Drelocate.c344 if (symndx == STN_UNDEF) in relocate()
/external/kmod/port-gnu/
Delf.h502 #define STN_UNDEF 0 /* End of a chain. */ macro
/external/elfutils/libelf/
Delf.h503 #define STN_UNDEF 0 /* End of a chain. */ macro
/external/valgrind/perf/
Dtinycc.c472 #define STN_UNDEF 0 /* End of a chain. */ macro