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

  /toolchain/binutils/binutils-2.27/bfd/
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
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)
aoutx.h 4837 asection *symsec; local
    [all...]
pdp11.c 4040 asection *symsec; local
    [all...]
elf32-spu.c 520 asection *symsec = NULL; local
523 symsec = h->root.u.def.section;
524 *symsecp = symsec;
    [all...]
elf64-ppc.c 7402 asection *symsec = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mmix.c 2428 segT symsec local
    [all...]
tc-score7.c 5170 asection *symsec; local
    [all...]
tc-score.c 5285 asection *symsec; local
    [all...]
tc-mips.c 16706 asection *symsec; local
16744 segT symsec; local
17812 segT symsec; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
write.c 732 asection *symsec = S_GET_SEGMENT (sym); local
733 if (!(((symsec->flags & SEC_MERGE) != 0
735 || (symsec->flags & SEC_THREAD_LOCAL) != 0))
738 sym = section_symbol (symsec);
783 asection *symsec; local
839 symsec = S_GET_SEGMENT (sym);
840 if (symsec == NULL)
843 if (bfd_is_abs_section (symsec)
844 || symsec == reg_section)
855 if (symsec != sec && ! S_IS_LOCAL (sym)
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 6822 Elf_Internal_Shdr * symsec; local
12141 Elf_Internal_Shdr * symsec; local
    [all...]

Completed in 468 milliseconds