Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h490 #define STN_UNDEF 0 /* Undefined symbol index */ macro
DChangeLog-91031901 * common.h (EM_HPPA, NT_VERSION, STN_UNDEF, DT_*): New macros.
/freebsd-12-stable/contrib/binutils/bfd/
Delf64-mips.c1755 dst[2].r_info = ELF64_R_INFO (STN_UNDEF, mirel.r_type3); in mips_elf64_be_swap_reloc_in()
1778 dst[2].r_info = ELF64_R_INFO (STN_UNDEF, mirela.r_type3); in mips_elf64_be_swap_reloca_in()
2760 n = STN_UNDEF; in mips_elf64_write_rel()
2858 n = STN_UNDEF; in mips_elf64_write_rela()
Delf64-sparc.c364 n = STN_UNDEF; in elf64_sparc_write_relocs()
Delfcode.h1000 n = STN_UNDEF; in elf_write_relocs()
DChangeLog-0001971 * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEF
1002 (elf32_hppa_relocate_section): Don't copy STN_UNDEF relocs
1013 (elf_i386_relocate_section): Don't copy STN_UNDEF relocs
1024 (elf_s390_relocate_section): Don't copy STN_UNDEF relocs
1035 (ppc64_elf_relocate_section): Don't copy STN_UNDEF relocs
1046 (elf_s390_relocate_section): Don't copy STN_UNDEF relocs
1531 relocs against STN_UNDEF, which has a zero value.
Delflink.c6930 if (index == STN_UNDEF) in evaluate_complex_relocation_symbols()
8608 if (r_symndx == STN_UNDEF) in elf_link_input_bfd()
8780 if (r_symndx == STN_UNDEF) in elf_link_input_bfd()
Delfxx-mips.c2722 outrel.r_info = ELF32_R_INFO (STN_UNDEF, R_MIPS_32); in mips_elf_create_local_got_entry()
DChangeLog-91933529 * elfcode.h (elf_idx_of_sym): Return STN_UNDEF instead of 0 when
DChangeLog-02032201 against STN_UNDEF in irix objects.
/freebsd-12-stable/lib/libpmcstat/
Dlibpmcstat_image.c111 if (sym.st_shndx == STN_UNDEF) in pmcstat_image_add_symbols()
/freebsd-12-stable/usr.sbin/kldxref/
Def.c192 while (symnum != STN_UNDEF) { in ef_lookup_symbol()
/freebsd-12-stable/sys/sys/
Delf_common.h867 #define STN_UNDEF 0 /* Undefined symbol index. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1175 enum { STN_UNDEF = 0 }; enumerator
/freebsd-12-stable/stand/common/
Dload_elf.c1196 while (symnum != STN_UNDEF) { in __elfN()
/freebsd-12-stable/sys/kern/
Dlink_elf.c1397 while (symnum != STN_UNDEF) { in link_elf_lookup_symbol()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3854 if (Buckets[Buc] == ELF::STN_UNDEF) in printHashTableSymbols()
3858 if (Ch == ELF::STN_UNDEF) in printHashTableSymbols()
3917 if (Buckets[Buc] == ELF::STN_UNDEF) in printGnuHashTableSymbols()
4606 if (C == ELF::STN_UNDEF) in printHashHistogram()
/freebsd-12-stable/libexec/rtld-elf/
Drtld.c4568 symnum != STN_UNDEF; symnum = obj->chains[symnum]) { in symlook_obj1_sysv()