Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dspuelf.em498 || (entry->the_bfd->tdata.elf_obj_data->elf_header->e_type != ET_EXEC
499 && entry->the_bfd->tdata.elf_obj_data->elf_header->e_type != ET_DYN))
/toolchain/binutils/binutils-2.25/opcodes/
Dmep-dis.c649 mep_config_index = abfd->tdata.elf_obj_data->elf_header->e_flags & EF_MEP_INDEX_MASK; in mep_print_insn()
652 cop_type = abfd->tdata.elf_obj_data->elf_header->e_flags & EF_MEP_COP_MASK; in mep_print_insn()
/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h637 && (S)->the_bfd->tdata.elf_obj_data != 0) \
1697 #define elf_tdata(bfd) ((bfd) -> tdata.elf_obj_data)
DChangeLog-20093192 (struct elf_obj_data): Add has_ifunc_symbols boolean.
3208 has_ifunc_symbols field of the elf_obj_data structure if an ifunc
3222 elf_obj_data structure if an ifunc symbol is encountered.
Dbfd-in2.h6511 struct elf_obj_tdata *elf_obj_data; member
/toolchain/binutils/binutils-2.25/cpu/
Dmep.opc1454 mep_config_index = abfd->tdata.elf_obj_data->elf_header->e_flags & EF_MEP_INDEX_MASK;
1457 cop_type = abfd->tdata.elf_obj_data->elf_header->e_flags & EF_MEP_COP_MASK;