Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/vDSO/
Dparse_vdso.c234 for (; chain != STN_UNDEF; chain = vdso_info.chain[chain]) { in vdso_sym()
/external/elfutils/src/
Dunstrip.c445 if (ndx != STN_UNDEF) in adjust_relocs()
488 if (newshdr->sh_info != STN_UNDEF) in adjust_relocs()
526 if (old_bucket[i] != STN_UNDEF) \ in adjust_relocs()
530 if (old_chain[i] != STN_UNDEF) \ in adjust_relocs()
1852 *s->map = STN_UNDEF; in copy_elided_sections()
1897 assert (*symbols[i].map == STN_UNDEF); in copy_elided_sections()
1900 assert (*symbols[i].duplicate != STN_UNDEF); in copy_elided_sections()
Delfcmp.c864 for (size_t p = bucket1[i]; p != STN_UNDEF; p = chain1[p]) \ in hash_content_equivalent()
871 for (size_t p = bucket2[i]; p != STN_UNDEF; p = chain2[p]) \ in hash_content_equivalent()
Delflint.c2463 if (gnu_bucket[cnt] != STN_UNDEF) in compare_hash_gnu_hash()
2511 while (symidx != STN_UNDEF && symidx < nentries && symidx < nchain) in compare_hash_gnu_hash()
2548 while (symidx != STN_UNDEF && symidx < nentries && symidx < nchain) in compare_hash_gnu_hash()
2589 if (sym != NULL && sym->st_shndx != STN_UNDEF) in compare_hash_gnu_hash()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1075 enum { STN_UNDEF = 0 }; enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1102 enum { STN_UNDEF = 0 }; enumerator
/external/elfutils/libdwfl/
Drelocate.c350 if (symndx == STN_UNDEF) in relocate()
/external/mesa3d/src/amd/common/
Dac_rtld.c653 if (r_sym == STN_UNDEF) { in apply_relocs()
/external/google-breakpad/src/third_party/musl/include/
Delf.h399 #define STN_UNDEF 0 macro
/external/kmod/port-gnu/
Delf.h502 #define STN_UNDEF 0 /* End of a chain. */ macro
/external/elfutils/libelf/
Delf.h612 #define STN_UNDEF 0 /* End of a chain. */ macro
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp4119 if (Buckets[Buc] == ELF::STN_UNDEF) in printHashTableSymbols()
4123 if (Ch == ELF::STN_UNDEF) in printHashTableSymbols()
4181 if (Buckets[Buc] == ELF::STN_UNDEF) in printGnuHashTableSymbols()
4864 if (C == ELF::STN_UNDEF) in printHashHistogram()
/external/libabigail/src/
Dabg-dwarf-reader.cc865 } while (symbol_index != STN_UNDEF || symbol_index >= nb_chains); in lookup_symbol_from_sysv_hash_tab()
1094 if (i == STN_UNDEF) in lookup_symbol_from_gnu_hash_tab()
1115 i != STN_UNDEF in lookup_symbol_from_gnu_hash_tab()
/external/llvm-project/llvm/docs/
DAMDGPUUsage.rst1412 If the symbol is external then its section is ``STN_UNDEF`` and the loader
1472 ``STN_UNDEF``.