Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA macro
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL macro
H A Drelocs.c563 if (sec->shdr.sh_type != SHT_REL_TYPE) { in read_relocs()
584 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
648 if (sec->shdr.sh_type != SHT_REL_TYPE) { in print_absolute_relocs()
741 if (sec->shdr.sh_type != SHT_REL_TYPE) { in walk_relocs()
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL macro
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA macro
H 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()
480 if (sec->shdr.sh_type != SHT_REL_TYPE) in walk_relocs()