Home
last modified time | relevance | path

Searched refs:NOLOAD (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/riscv/include/asm/
Dmodule.lds.h5 .plt (NOLOAD) : { BYTE(0) } in plt() argument
6 .got (NOLOAD) : { BYTE(0) } in got() argument
7 .got.plt (NOLOAD) : { BYTE(0) } in plt() argument
/Linux-v5.15/arch/arm64/include/asm/
Dmodule.lds.h3 .plt 0 (NOLOAD) : { BYTE(0) }
4 .init.plt 0 (NOLOAD) : { BYTE(0) }
5 .text.ftrace_trampoline 0 (NOLOAD) : { BYTE(0) }
/Linux-v5.15/arch/arm/boot/compressed/
Dvmlinux.lds.S109 .image_end (NOLOAD) : {
/Linux-v5.15/fs/ext4/
Dioctl.c1113 if (test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) in __ext4_ioctl()
Dsuper.c4649 if (!test_opt(sb, NOLOAD) && ext4_has_feature_journal(sb)) { in ext4_fill_super()
4653 } else if (test_opt(sb, NOLOAD) && !sb_rdonly(sb) && in ext4_fill_super()