Searched refs:shdr_type (Results 1 – 3 of 3) sorted by relevance
104 elf_parser.shdr_type = shdr32_type; in elf_parse()134 elf_parser.shdr_type = shdr64_type; in elf_parse()
380 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()
42 uint32_t (*shdr_type)(Elf_Shdr *shdr); member