Searched refs:type_functions (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-elf.c | 314 const struct elf_type_functions* type_functions; member 338 const struct elf_type_functions* type_functions; member 361 const struct elf_type_functions *type_functions; in simple_object_elf_match() local 388 type_functions = (ei_data == ELFDATA2LSB in simple_object_elf_match() 399 type_functions = (ei_data == ELFDATA2LSB in simple_object_elf_match() 416 eor->type_functions = type_functions; in simple_object_elf_match() 420 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match() 422 eor->flags = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match() 424 eor->shoff = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match() 426 eor->shnum = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match() [all …]
|