Home
last modified time | relevance | path

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

/third_party/elfio/tests/
DELFIOTest.cpp260 checkSymbol( sr, 0, "", 0x00000000, 0, STB_LOCAL, STT_NOTYPE, STN_UNDEF, in TEST()
372 checkSymbol( sr, 0, "", 0x00000000, 0, STB_LOCAL, STT_NOTYPE, STN_UNDEF, in TEST()
379 STT_NOTYPE, STN_UNDEF, ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST()
664 checkSymbol( sr, 0, "", 0x00000000, 0, STB_LOCAL, STT_NOTYPE, STN_UNDEF, in TEST()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs55 pub(super) const STN_UNDEF: u32 = 0; constant
Dvdso.rs262 while chain != STN_UNDEF { in sym()
/third_party/elfutils/src/
Dunstrip.c439 if (ndx != STN_UNDEF) in adjust_reloc()
491 if (newshdr->sh_info != STN_UNDEF) in adjust_relocs()
529 if (old_bucket[i] != STN_UNDEF) \ in adjust_relocs()
533 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.c863 for (size_t p = bucket1[i]; p != STN_UNDEF; p = chain1[p]) \ in hash_content_equivalent()
870 for (size_t p = bucket2[i]; p != STN_UNDEF; p = chain2[p]) \ in hash_content_equivalent()
Delflint.c2462 if (gnu_bucket[cnt] != STN_UNDEF) in compare_hash_gnu_hash()
2510 while (symidx != STN_UNDEF && symidx < nentries && symidx < nchain) in compare_hash_gnu_hash()
2547 while (symidx != STN_UNDEF && symidx < nentries && symidx < nchain) in compare_hash_gnu_hash()
2588 if (sym != NULL && sym->st_shndx != STN_UNDEF) in compare_hash_gnu_hash()
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c239 for (; chain != STN_UNDEF; chain = get_hash_val(vdso_info.chain, chain)) { in vdso_sym()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp546 #define STN_UNDEF 0 macro
/third_party/elfio/elfio/
Delfio_symbols.hpp313 while ( str != name && STN_UNDEF != y && y < nchain ) { in hash_lookup()
Delf_types.hpp725 constexpr Elf_Word STN_UNDEF = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h910 enum { STN_UNDEF = 0 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1075 enum { STN_UNDEF = 0 }; enumerator
/third_party/mesa3d/src/amd/common/
Dac_rtld.c663 if (r_sym == STN_UNDEF) { in apply_relocs()
/third_party/elfutils/libdwfl/
Drelocate.c352 if (symndx == STN_UNDEF) in relocate()
/third_party/musl/porting/linux/user/include/
Delf.h521 #define STN_UNDEF 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h520 #define STN_UNDEF 0 macro
/third_party/musl/include/
Delf.h525 #define STN_UNDEF 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h520 #define STN_UNDEF 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h520 #define STN_UNDEF 0 macro
/third_party/elfutils/libelf/
Delf.h616 #define STN_UNDEF 0 /* End of a chain. */ macro
/third_party/libabigail/src/
Dabg-dwarf-reader.cc753 } while (symbol_index != STN_UNDEF || symbol_index >= nb_chains); in lookup_symbol_from_sysv_hash_tab()
982 if (i == STN_UNDEF) in lookup_symbol_from_gnu_hash_tab()
999 i != STN_UNDEF in lookup_symbol_from_gnu_hash_tab()