/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 260 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/ |
D | elf.rs | 55 pub(super) const STN_UNDEF: u32 = 0; constant
|
D | vdso.rs | 262 while chain != STN_UNDEF { in sym()
|
/third_party/elfutils/src/ |
D | unstrip.c | 439 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()
|
D | elfcmp.c | 863 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()
|
D | elflint.c | 2462 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/ |
D | parse_vdso.c | 239 for (; chain != STN_UNDEF; chain = get_hash_val(vdso_info.chain, chain)) { in vdso_sym()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 546 #define STN_UNDEF 0 macro
|
/third_party/elfio/elfio/ |
D | elfio_symbols.hpp | 313 while ( str != name && STN_UNDEF != y && y < nchain ) { in hash_lookup()
|
D | elf_types.hpp | 725 constexpr Elf_Word STN_UNDEF = 0; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 910 enum { STN_UNDEF = 0 }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1075 enum { STN_UNDEF = 0 }; enumerator
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.c | 663 if (r_sym == STN_UNDEF) { in apply_relocs()
|
/third_party/elfutils/libdwfl/ |
D | relocate.c | 352 if (symndx == STN_UNDEF) in relocate()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 521 #define STN_UNDEF 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 520 #define STN_UNDEF 0 macro
|
/third_party/musl/include/ |
D | elf.h | 525 #define STN_UNDEF 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 520 #define STN_UNDEF 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 520 #define STN_UNDEF 0 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 616 #define STN_UNDEF 0 /* End of a chain. */ macro
|
/third_party/libabigail/src/ |
D | abg-dwarf-reader.cc | 753 } 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()
|