Home
last modified time | relevance | path

Searched refs:SHN_COMMON (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Delf.h305 #define SHN_COMMON 0xfff2 macro
/Linux-v6.6/arch/s390/kernel/
Dmachine_kexec_file.c336 if (sym->st_shndx == SHN_COMMON) { in arch_kexec_apply_relocations_add()
/Linux-v6.6/arch/x86/kernel/
Dmachine_kexec_64.c451 if (sym->st_shndx == SHN_COMMON) { in arch_kexec_apply_relocations_add()
/Linux-v6.6/arch/mips/kernel/
Dvpe.c497 case SHN_COMMON: in simplify_symbols()
/Linux-v6.6/arch/mips/boot/tools/
Drelocs.c101 else if (shndx == SHN_COMMON) in sec_name()
/Linux-v6.6/arch/x86/tools/
Drelocs.c265 else if (shndx == SHN_COMMON) { in sec_name()
/Linux-v6.6/scripts/mod/
Dmodpost.c626 case SHN_COMMON: in handle_symbol()
/Linux-v6.6/kernel/module/
Dmain.c1380 case SHN_COMMON: in simplify_symbols()