HomeSort by relevance Sort by last modified time
    Searched refs:symsec (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf64-mmix.c     [all...]
nlm32-sparc.c 265 asection *code, *data, *bss, *symsec; local
271 symsec = (*rel->sym_ptr_ptr)->section;
273 if (symsec == code)
275 else if (symsec == data)
277 else if (symsec == bss)
nlm32-ppc.c 738 asection *symsec;
751 symsec = bfd_get_section (sym);
754 BFD_ASSERT (bfd_is_und_section (symsec));
759 if (symsec == code_sec)
761 else if (symsec == data_sec)
763 else if (symsec == bss_sec)
737 asection *symsec; local
pdp11.c 4048 asection *symsec; local
    [all...]
aoutx.h 4837 asection *symsec; local
    [all...]
elf32-spu.c 511 asection *symsec = NULL; local
514 symsec = h->root.u.def.section;
515 *symsecp = symsec;
    [all...]
elf64-ppc.c 7217 asection *symsec = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 728 asection *symsec = S_GET_SEGMENT (sym); local
729 if (!(((symsec->flags & SEC_MERGE) != 0
731 || (symsec->flags & SEC_THREAD_LOCAL) != 0))
734 sym = section_symbol (symsec);
779 asection *symsec; local
835 symsec = S_GET_SEGMENT (sym);
836 if (symsec == NULL)
839 if (bfd_is_abs_section (symsec)
840 || symsec == reg_section)
851 if (symsec != sec && ! S_IS_LOCAL (sym)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mmix.c 2426 segT symsec local
    [all...]
tc-score.c 5285 asection *symsec; local
    [all...]
tc-score7.c 5169 asection *symsec; local
    [all...]
tc-mips.c 16723 asection *symsec; local
16761 segT symsec; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 6149 Elf_Internal_Shdr * symsec; local
11143 Elf_Internal_Shdr * symsec; local
    [all...]

Completed in 1447 milliseconds