Home
last modified time | relevance | path

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

/linux/scripts/
H A Delf-parse.c104 elf_parser.shdr_type = shdr32_type; in elf_parse()
134 elf_parser.shdr_type = shdr64_type; in elf_parse()
H A Dsorttable.c380 if (shdr_type(shdr) != SHT_RELA) in fill_relocs()
435 if (shdr_type(shdr) != SHT_RELA) in replace_relocs()
651 if (shdr_type(shdr) == SHT_SYMTAB_SHNDX) in do_sort()
H A Delf-parse.h42 uint32_t (*shdr_type)(Elf_Shdr *shdr); member