Home
last modified time | relevance | path

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

/arch/x86/tools/
Drelocs_64.c7 #define SHT_REL_TYPE SHT_RELA macro
Drelocs_32.c7 #define SHT_REL_TYPE SHT_REL macro
Drelocs.c487 if (sec->shdr.sh_type != SHT_REL_TYPE) { in read_relocs()
508 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
572 if (sec->shdr.sh_type != SHT_REL_TYPE) { in print_absolute_relocs()
657 if (sec->shdr.sh_type != SHT_REL_TYPE) { in walk_relocs()