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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 602 asection *elf_text_section; member in struct:mips_elf_obj_tdata
7986 if (mips_elf_tdata (abfd)->elf_text_section == NULL)
7989 asection *elf_text_section;
7992 elf_text_section = bfd_zalloc (abfd, amt);
7993 if (elf_text_section == NULL)
8003 mips_elf_tdata (abfd)->elf_text_section = elf_text_section;
8005 elf_text_section->symbol = elf_text_symbol;
8006 elf_text_section->name = ".text";
8007 elf_text_section->flags = SEC_NO_FLAGS
7960 asection *elf_text_section; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 597 asection *elf_text_section; member in struct:mips_elf_obj_tdata
7966 if (mips_elf_tdata (abfd)->elf_text_section == NULL)
7969 asection *elf_text_section;
7972 elf_text_section = bfd_zalloc (abfd, amt);
7973 if (elf_text_section == NULL)
7983 mips_elf_tdata (abfd)->elf_text_section = elf_text_section;
7985 elf_text_section->symbol = elf_text_symbol;
7986 elf_text_section->name = ".text";
7987 elf_text_section->flags = SEC_NO_FLAGS
7940 asection *elf_text_section; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 597 asection *elf_text_section; member in struct:mips_elf_obj_tdata
7920 if (mips_elf_tdata (abfd)->elf_text_section == NULL)
7923 asection *elf_text_section;
7926 elf_text_section = bfd_zalloc (abfd, amt);
7927 if (elf_text_section == NULL)
7937 mips_elf_tdata (abfd)->elf_text_section = elf_text_section;
7939 elf_text_section->symbol = elf_text_symbol;
7940 elf_text_section->name = ".text";
7941 elf_text_section->flags = SEC_NO_FLAGS
7894 asection *elf_text_section; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 599 asection *elf_text_section; member in struct:mips_elf_obj_tdata
7927 if (mips_elf_tdata (abfd)->elf_text_section == NULL)
7930 asection *elf_text_section;
7933 elf_text_section = bfd_zalloc (abfd, amt);
7934 if (elf_text_section == NULL)
7944 mips_elf_tdata (abfd)->elf_text_section = elf_text_section;
7947 elf_text_section->symbol = elf_text_symbol;
7948 elf_text_section->symbol_ptr_ptr = &mips_elf_tdata (abfd)->elf_text_symbol;
7950 elf_text_section->name = ".text"
7901 asection *elf_text_section; local
    [all...]

Completed in 47 milliseconds