HomeSort by: relevance | last modified time | path
    Searched defs:elf_data_section (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 601 asection *elf_data_section; member in struct:mips_elf_obj_tdata
8024 if (mips_elf_tdata (abfd)->elf_data_section == NULL)
8027 asection *elf_data_section;
8030 elf_data_section = bfd_zalloc (abfd, amt);
8031 if (elf_data_section == NULL)
8041 mips_elf_tdata (abfd)->elf_data_section = elf_data_section;
8043 elf_data_section->symbol = elf_data_symbol;
8044 elf_data_section->name = ".data";
8045 elf_data_section->flags = SEC_NO_FLAGS
7998 asection *elf_data_section; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 596 asection *elf_data_section; member in struct:mips_elf_obj_tdata
8004 if (mips_elf_tdata (abfd)->elf_data_section == NULL)
8007 asection *elf_data_section;
8010 elf_data_section = bfd_zalloc (abfd, amt);
8011 if (elf_data_section == NULL)
8021 mips_elf_tdata (abfd)->elf_data_section = elf_data_section;
8023 elf_data_section->symbol = elf_data_symbol;
8024 elf_data_section->name = ".data";
8025 elf_data_section->flags = SEC_NO_FLAGS
7978 asection *elf_data_section; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 596 asection *elf_data_section; member in struct:mips_elf_obj_tdata
7958 if (mips_elf_tdata (abfd)->elf_data_section == NULL)
7961 asection *elf_data_section;
7964 elf_data_section = bfd_zalloc (abfd, amt);
7965 if (elf_data_section == NULL)
7975 mips_elf_tdata (abfd)->elf_data_section = elf_data_section;
7977 elf_data_section->symbol = elf_data_symbol;
7978 elf_data_section->name = ".data";
7979 elf_data_section->flags = SEC_NO_FLAGS
7932 asection *elf_data_section; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 598 asection *elf_data_section; member in struct:mips_elf_obj_tdata
7968 if (mips_elf_tdata (abfd)->elf_data_section == NULL)
7971 asection *elf_data_section;
7974 elf_data_section = bfd_zalloc (abfd, amt);
7975 if (elf_data_section == NULL)
7985 mips_elf_tdata (abfd)->elf_data_section = elf_data_section;
7988 elf_data_section->symbol = elf_data_symbol;
7989 elf_data_section->symbol_ptr_ptr = &mips_elf_tdata (abfd)->elf_data_symbol;
7991 elf_data_section->name = ".data"
7942 asection *elf_data_section; local
    [all...]

Completed in 55 milliseconds