Home
last modified time | relevance | path

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

/arch/x86/tools/
A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA macro
A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL macro
A Drelocs.c528 if (sec->shdr.sh_type != SHT_REL_TYPE) in read_relocs()
546 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
615 if (sec->shdr.sh_type != SHT_REL_TYPE) in print_absolute_relocs()
709 if (sec->shdr.sh_type != SHT_REL_TYPE) in walk_relocs()
/arch/mips/boot/tools/
A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL macro
A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA macro
A 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()
482 if (sec->shdr.sh_type != SHT_REL_TYPE) in walk_relocs()
/arch/s390/tools/
A Drelocs.c20 #define SHT_REL_TYPE SHT_RELA macro
226 if (sec->shdr.sh_type != SHT_REL_TYPE) in read_relocs()
244 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
303 if (sec->shdr.sh_type != SHT_REL_TYPE) in walk_relocs()

Completed in 9 milliseconds