Home
last modified time | relevance | path

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

1234

/netbsd/src/external/bsd/elftosb/dist/common/
DELF.h254 STN_UNDEF = 0 //!< Undefined symbol index. enumerator
DStELFFile.cpp438 return STN_UNDEF; in getIndexOfSymbolAtAddress()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-sparc.c125 if (ELF64_R_SYM (rela.r_info) == STN_UNDEF) in elf64_sparc_slurp_one_reloc_table()
419 n = STN_UNDEF; in elf64_sparc_write_relocs()
818 if (r_symndx != STN_UNDEF) in elf64_sparc_reloc_type_class()
Delf32-sparc.c190 if (r_symndx != STN_UNDEF) in elf32_sparc_reloc_type_class()
Delf64-mips.c3298 dst[2].r_info = ELF64_R_INFO (STN_UNDEF, mirel.r_type3); in mips_elf64_be_swap_reloc_in()
3321 dst[2].r_info = ELF64_R_INFO (STN_UNDEF, mirela.r_type3); in mips_elf64_be_swap_reloca_in()
4098 if (rela.r_sym == STN_UNDEF) in mips_elf64_slurp_one_reloc_table()
4356 n = STN_UNDEF; in mips_elf64_write_rel()
4455 n = STN_UNDEF; in mips_elf64_write_rela()
Delf64-alpha.c1871 r_symndx = STN_UNDEF; in elf64_alpha_check_relocs()
3569 new_symndx = is_gd ? ELF64_R_SYM (irel->r_info) : STN_UNDEF; in elf64_alpha_relax_tls_get_addr()
3799 r_symndx = STN_UNDEF; in elf64_alpha_relax_section()
4222 r_symndx = STN_UNDEF; in elf64_alpha_relocate_section()
4235 if (r_symndx == STN_UNDEF in elf64_alpha_relocate_section()
4520 && r_symndx != STN_UNDEF in elf64_alpha_relocate_section()
4577 if (r_symndx == STN_UNDEF in elf64_alpha_relocate_section()
Delfnn-aarch64.c6579 rel[2].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6597 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6598 rel[2].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6645 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6687 rel[2].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6735 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6755 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6867 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6897 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6985 && r_symndx != STN_UNDEF in elfNN_aarch64_relocate_section()
[all …]
Delf32-ppc.c7280 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
7302 r_symndx = STN_UNDEF; in ppc_elf_relocate_section()
7304 if (r_symndx != STN_UNDEF) in ppc_elf_relocate_section()
7343 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
7364 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
7378 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
7388 r_symndx = STN_UNDEF; in ppc_elf_relocate_section()
7390 if (r_symndx != STN_UNDEF) in ppc_elf_relocate_section()
7402 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
8180 else if (r_symndx == STN_UNDEF || bfd_is_abs_section (sec)) in ppc_elf_relocate_section()
Delfcode.h1024 n = STN_UNDEF; in elf_write_relocs()
1594 if (ELF_R_SYM (rela.r_info) == STN_UNDEF) in elf_slurp_reloc_table_from_section()
Delf32-tic6x.c2263 : r_symndx != STN_UNDEF && bfd_is_und_section (sec)) in elf32_tic6x_relocate_section()
2425 : r_symndx != STN_UNDEF && bfd_is_und_section (sec)) in elf32_tic6x_relocate_section()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf64-sparc.c125 if (ELF64_R_SYM (rela.r_info) == STN_UNDEF) in elf64_sparc_slurp_one_reloc_table()
419 n = STN_UNDEF; in elf64_sparc_write_relocs()
818 if (r_symndx != STN_UNDEF) in elf64_sparc_reloc_type_class()
Delf32-sparc.c190 if (r_symndx != STN_UNDEF) in elf32_sparc_reloc_type_class()
Delf64-mips.c3296 dst[2].r_info = ELF64_R_INFO (STN_UNDEF, mirel.r_type3); in mips_elf64_be_swap_reloc_in()
3319 dst[2].r_info = ELF64_R_INFO (STN_UNDEF, mirela.r_type3); in mips_elf64_be_swap_reloca_in()
4096 if (rela.r_sym == STN_UNDEF) in mips_elf64_slurp_one_reloc_table()
4354 n = STN_UNDEF; in mips_elf64_write_rel()
4453 n = STN_UNDEF; in mips_elf64_write_rela()
Delf64-alpha.c1866 r_symndx = STN_UNDEF; in elf64_alpha_check_relocs()
3565 new_symndx = is_gd ? ELF64_R_SYM (irel->r_info) : STN_UNDEF; in elf64_alpha_relax_tls_get_addr()
3795 r_symndx = STN_UNDEF; in elf64_alpha_relax_section()
4218 r_symndx = STN_UNDEF; in elf64_alpha_relocate_section()
4231 if (r_symndx == STN_UNDEF in elf64_alpha_relocate_section()
4516 && r_symndx != STN_UNDEF in elf64_alpha_relocate_section()
4573 if (r_symndx == STN_UNDEF in elf64_alpha_relocate_section()
Delfnn-aarch64.c6577 rel[2].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6595 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6596 rel[2].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6643 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6685 rel[2].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6733 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6753 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6865 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6895 rel[1].r_info = ELFNN_R_INFO (STN_UNDEF, R_AARCH64_NONE); in elfNN_aarch64_tls_relax()
6983 && r_symndx != STN_UNDEF in elfNN_aarch64_relocate_section()
[all …]
Delf32-ppc.c7281 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
7303 r_symndx = STN_UNDEF; in ppc_elf_relocate_section()
7305 if (r_symndx != STN_UNDEF) in ppc_elf_relocate_section()
7344 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
7365 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
7379 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
7389 r_symndx = STN_UNDEF; in ppc_elf_relocate_section()
7391 if (r_symndx != STN_UNDEF) in ppc_elf_relocate_section()
7403 rel[1].r_info = ELF32_R_INFO (STN_UNDEF, R_PPC_NONE); in ppc_elf_relocate_section()
8181 else if (r_symndx == STN_UNDEF || bfd_is_abs_section (sec)) in ppc_elf_relocate_section()
Delfcode.h1024 n = STN_UNDEF; in elf_write_relocs()
1593 if (ELF_R_SYM (rela.r_info) == STN_UNDEF) in elf_slurp_reloc_table_from_section()
Delf32-vax.c1408 && r_symndx != STN_UNDEF in elf_vax_relocate_section()
Delf32-tic6x.c2263 : r_symndx != STN_UNDEF && bfd_is_und_section (sec)) in elf32_tic6x_relocate_section()
2425 : r_symndx != STN_UNDEF && bfd_is_und_section (sec)) in elf32_tic6x_relocate_section()
Delf64-ppc.c15726 if (r_symndx != STN_UNDEF in ppc64_elf_relocate_section()
16011 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE); in ppc64_elf_relocate_section()
16029 r_symndx = STN_UNDEF; in ppc64_elf_relocate_section()
16110 r_symndx = STN_UNDEF; in ppc64_elf_relocate_section()
16134 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE); in ppc64_elf_relocate_section()
16172 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE); in ppc64_elf_relocate_section()
16198 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE); in ppc64_elf_relocate_section()
16215 r_symndx = STN_UNDEF; in ppc64_elf_relocate_section()
16223 rel[1].r_info = ELF64_R_INFO (STN_UNDEF, R_PPC64_NONE); in ppc64_elf_relocate_section()
17172 if (r_symndx == STN_UNDEF) in ppc64_elf_relocate_section()
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dcommon.h1067 #define STN_UNDEF 0 /* Undefined symbol index */ macro
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dcommon.h1071 #define STN_UNDEF 0 /* Undefined symbol index */ macro
/netbsd/src/sys/arch/epoc32/stand/e32boot/include/
Delf.h505 #define STN_UNDEF 0 /* undefined index */ macro
/netbsd/src/tools/m68k-elf2aout/sys/
Dexec_elf.h507 #define STN_UNDEF 0 /* undefined index */ macro
/netbsd/src/sys/sys/
Dexec_elf.h600 #define STN_UNDEF 0 /* undefined index */ macro

1234