HomeSort by relevance Sort by last modified time
    Searched defs:sym_sec (Results 1 - 25 of 30) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/bfd/
elf-m10200.c 239 asection *sym_sec ATTRIBUTE_UNUSED,
630 asection *sym_sec;
634 sym_sec = bfd_und_section_ptr;
636 sym_sec = bfd_abs_section_ptr;
638 sym_sec = bfd_com_section_ptr;
640 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
642 + sym_sec->output_section->vma
643 + sym_sec->output_offset);
629 asection *sym_sec; local
    [all...]
elf32-crx.c 1033 asection *sym_sec; local
1037 sym_sec = bfd_und_section_ptr;
1039 sym_sec = bfd_abs_section_ptr;
1041 sym_sec = bfd_com_section_ptr;
1043 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1045 + sym_sec->output_section->vma
1046 + sym_sec->output_offset);
    [all...]
elf32-m68hc11.c 730 asection *sym_sec;
826 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
828 + sym_sec->output_section->vma
829 + sym_sec->output_offset);
853 sym_sec = h->root.u.def.section;
855 + sym_sec->output_section->vma
856 + sym_sec->output_offset);
891 if (*again && sym_sec != sec
892 && sym_sec->output_section == sec->output_section)
728 asection *sym_sec; local
    [all...]
elf32-m68hc1x.c 442 asection *sym_sec; local
469 sym_sec = NULL;
473 sym_sec = hdr->bfd_section;
515 sym_sec = hash->root.u.def.section;
543 stub_entry->target_section = sym_sec;
    [all...]
elf-eh-frame.c 1248 asection *sym_sec; local
    [all...]
elf32-cr16.c 1830 asection *sym_sec; local
    [all...]
elf32-h8300.c 343 asection *sym_sec ATTRIBUTE_UNUSED,
785 asection *sym_sec;
788 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
792 if (sym_sec)
793 symval += sym_sec->output_section->vma
794 + sym_sec->output_offset;
784 asection *sym_sec; local
    [all...]
elf32-ip2k.c 282 asection *sym_sec; local
286 sym_sec = bfd_und_section_ptr;
288 sym_sec = bfd_abs_section_ptr;
290 sym_sec = bfd_com_section_ptr;
292 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
294 return isym->st_value + BASEADDR (sym_sec);
600 asection *sym_sec; local
604 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
609 bfd_vma symval = BASEADDR (sym_sec) + isym->st_value
659 asection *sym_sec; local
    [all...]
elf32-msp430.c 1904 asection *sym_sec; local
2067 asection *sym_sec; local
    [all...]
elf-m10300.c 2705 asection *sym_sec = NULL; local
3087 asection *sym_sec = NULL; local
3333 asection *sym_sec = NULL; local
    [all...]
elf32-avr.c 2004 asection *sym_sec; local
2524 asection *sym_sec; local
2950 asection *sym_sec; local
3625 asection *sym_sec; local
    [all...]
elf32-microblaze.c 744 struct sym_cache sym_sec;
742 struct sym_cache sym_sec; member in struct:elf32_mb_link_hash_table
1757 asection *sym_sec; local
    [all...]
elf32-or1k.c 628 struct sym_cache sym_sec; member in struct:elf_or1k_link_hash_table
    [all...]
elf32-v850.c 3693 asection *sym_sec; local
3874 asection * sym_sec; local
    [all...]
elf64-hppa.c 3840 asection *sym_sec; local
    [all...]
elf64-mmix.c 2669 asection *sym_sec; local
    [all...]
elf32-hppa.c 474 const asection *sym_sec,
498 sym_sec->id & 0xffffffff,
510 const asection *sym_sec,
535 stub_name = hppa_stub_name (id_sec, sym_sec, hh, rela);
2929 asection *sym_sec; local
3685 asection *sym_sec; local
    [all...]
elf32-metag.c 4061 asection *sym_sec; local
    [all...]
elf32-nios2.c 2704 asection *sym_sec; local
3090 asection *sym_sec = lh->u.def.section; local
    [all...]
elf32-spu.c 934 asection *sym_sec,
947 if (sym_sec == NULL
948 || sym_sec->output_section == bfd_abs_section_ptr
949 || spu_elf_section_data (sym_sec->output_section) == NULL)
1015 sym_sec);
1019 sym_sec->owner, sym_name);
1028 && (sym_sec->flags & SEC_CODE) == 0))
1032 if (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index == 0
1038 if (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index
1480 asection *sym_sec; local
1505 asection *sym_sec; local
1573 asection *sym_sec; local
2706 asection *sym_sec; local
2750 sym_sec->owner, sym_sec); local
    [all...]
elf64-ia64-vms.c 3420 asection *sym_sec; local
    [all...]
elfnn-ia64.c 3828 asection *sym_sec; local
    [all...]
elfnn-aarch64.c 3985 asection *sym_sec; local
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
corefile.c 650 asection *sym_sec;
677 sym_sec = core_syms[i]->section;
679 if (sym_sec)
680 symtab.limit->addr += bfd_get_section_vma (sym_sec->owner, sym_sec);
738 if (sym_sec)
739 max_vma = MAX (bfd_get_section_vma (sym_sec->owner, sym_sec)
740 + bfd_section_size (sym_sec->owner, sym_sec) - 1
649 asection *sym_sec; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objdump.c 1903 asection *sym_sec; local
    [all...]

Completed in 1470 milliseconds

1 2