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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 8748 Elf_Internal_Shdr *symtab_shndx_hdr;
8805 symtab_shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
8806 if (symtab_shndx_hdr->sh_name != 0)
8815 symtab_shndx_hdr->contents = outbound_shndx;
8816 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
8817 symtab_shndx_hdr->sh_size = amt;
8818 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
8819 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
8746 Elf_Internal_Shdr *symtab_shndx_hdr; local
elflink.c 12670 Elf_Internal_Shdr *symtab_shndx_hdr;
13470 symtab_shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
13472 if (symtab_shndx_hdr != NULL && symtab_shndx_hdr->sh_name != 0)
13474 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
13475 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
13476 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
13478 symtab_shndx_hdr->sh_size = amt;
13480 off = _bfd_elf_assign_file_position_for_section (symtab_shndx_hdr,
13483 if (bfd_seek (abfd, symtab_shndx_hdr->sh_offset, SEEK_SET) !=
12658 Elf_Internal_Shdr *symtab_shndx_hdr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 8674 Elf_Internal_Shdr *symtab_shndx_hdr;
8731 symtab_shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
8732 if (symtab_shndx_hdr->sh_name != 0)
8741 symtab_shndx_hdr->contents = outbound_shndx;
8742 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
8743 symtab_shndx_hdr->sh_size = amt;
8744 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
8745 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
8672 Elf_Internal_Shdr *symtab_shndx_hdr; local
elflink.c 12649 Elf_Internal_Shdr *symtab_shndx_hdr;
13425 symtab_shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
13427 if (symtab_shndx_hdr != NULL && symtab_shndx_hdr->sh_name != 0)
13429 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
13430 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
13431 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
13433 symtab_shndx_hdr->sh_size = amt;
13435 off = _bfd_elf_assign_file_position_for_section (symtab_shndx_hdr,
13438 if (bfd_seek (abfd, symtab_shndx_hdr->sh_offset, SEEK_SET) !=
12637 Elf_Internal_Shdr *symtab_shndx_hdr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 8643 Elf_Internal_Shdr *symtab_shndx_hdr;
8700 symtab_shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
8701 if (symtab_shndx_hdr->sh_name != 0)
8710 symtab_shndx_hdr->contents = outbound_shndx;
8711 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
8712 symtab_shndx_hdr->sh_size = amt;
8713 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
8714 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
8641 Elf_Internal_Shdr *symtab_shndx_hdr; local
elflink.c 12576 Elf_Internal_Shdr *symtab_shndx_hdr;
13373 symtab_shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
13375 if (symtab_shndx_hdr != NULL && symtab_shndx_hdr->sh_name != 0)
13377 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
13378 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
13379 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
13381 symtab_shndx_hdr->sh_size = amt;
13383 off = _bfd_elf_assign_file_position_for_section (symtab_shndx_hdr,
13386 if (bfd_seek (abfd, symtab_shndx_hdr->sh_offset, SEEK_SET) !=
12564 Elf_Internal_Shdr *symtab_shndx_hdr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 8745 Elf_Internal_Shdr *symtab_shndx_hdr;
8802 symtab_shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
8803 if (symtab_shndx_hdr->sh_name != 0)
8812 symtab_shndx_hdr->contents = outbound_shndx;
8813 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
8814 symtab_shndx_hdr->sh_size = amt;
8815 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
8816 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
8743 Elf_Internal_Shdr *symtab_shndx_hdr; local
elflink.c 12663 Elf_Internal_Shdr *symtab_shndx_hdr;
13439 symtab_shndx_hdr = & elf_symtab_shndx_list (abfd)->hdr;
13441 if (symtab_shndx_hdr != NULL && symtab_shndx_hdr->sh_name != 0)
13443 symtab_shndx_hdr->sh_type = SHT_SYMTAB_SHNDX;
13444 symtab_shndx_hdr->sh_entsize = sizeof (Elf_External_Sym_Shndx);
13445 symtab_shndx_hdr->sh_addralign = sizeof (Elf_External_Sym_Shndx);
13447 symtab_shndx_hdr->sh_size = amt;
13449 off = _bfd_elf_assign_file_position_for_section (symtab_shndx_hdr,
13452 if (bfd_seek (abfd, symtab_shndx_hdr->sh_offset, SEEK_SET) !=
12651 Elf_Internal_Shdr *symtab_shndx_hdr; local
    [all...]

Completed in 73 milliseconds