Home
last modified time | relevance | path

Searched refs:SHT_REL_TYPE (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/tools/
Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA macro
Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL macro
Drelocs.c506 if (sec->shdr.sh_type != SHT_REL_TYPE) { in read_relocs()
527 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
591 if (sec->shdr.sh_type != SHT_REL_TYPE) { in print_absolute_relocs()
676 if (sec->shdr.sh_type != SHT_REL_TYPE) { in walk_relocs()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL macro
Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA macro
Drelocs.c369 if (sec->shdr.sh_type != SHT_REL_TYPE) in read_relocs()
400 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
415 if (sec->shdr.sh_type != SHT_REL_TYPE) in remove_relocs()
480 if (sec->shdr.sh_type != SHT_REL_TYPE) in walk_relocs()