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

1 2

  /toolchain/binutils/binutils-2.25/bfd/
coff-i960.c 187 asection *osec; local
210 osec = bfd_get_section (symbol)->output_section;
211 if (coff_section_data (output_bfd, osec) != NULL
212 && coff_section_data (output_bfd, osec)->tdata != NULL)
214 (asymbol **) coff_section_data (output_bfd, osec)->tdata;
220 sec_name = bfd_get_section_name (output_bfd, osec);
237 if (coff_section_data (output_bfd, osec) == NULL)
240 osec->used_by_bfd = bfd_zalloc (abfd, amt);
241 if (osec->used_by_bfd == NULL)
244 coff_section_data (output_bfd, osec)->tdata = syms
    [all...]
elf32-iq2000.c 611 asection *osec;
614 osec = sec = local_sections [r_symndx];
629 name = (name == NULL) ? bfd_section_name (input_bfd, osec) : name;
606 asection *osec; local
elf32-i370.c 1246 asection *osec; local
    [all...]
elf32-vax.c 1633 asection *osec; local
    [all...]
elf32-cris.c 1512 asection *osec; local
    [all...]
elf32-s390.c 2871 asection *osec; local
    [all...]
elf32-tilepro.c 3298 asection *osec; local
    [all...]
elf64-s390.c 2839 asection *osec; local
    [all...]
elf64-sh64.c 2264 asection *osec; local
    [all...]
elfxx-sparc.c 3504 asection *osec; local
    [all...]
elfxx-tilegx.c 3707 asection *osec; local
    [all...]
elf32-bfin.c 2630 asection *osec; local
    [all...]
elf32-frv.c 2708 asection *osec; local
    [all...]
elf32-hppa.c 4031 asection *osec; local
    [all...]
elf32-m68k.c 4059 asection *osec; local
    [all...]
elf32-tic6x.c 2473 asection *osec; local
    [all...]
xcofflink.c 5323 asection *osec; local
5440 asection *osec; local
    [all...]
elf32-spu.c 1688 asection *osec = htab->ovl_sec[i]; local
1777 asection *osec = htab->ovl_sec[i]; local
    [all...]
elf64-x86-64.c 4122 asection *osec; local
    [all...]
elf.c 6440 asection *section, *osec; local
    [all...]
elf32-ppc.c 8505 asection *osec; local
    [all...]
elf32-arm.c 8460 asection *osec; local
11099 asection *sec, *osec; local
11120 asection *sec, *osec; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 925 asection *osec;
934 osec = h->u.def.section;
939 osec = bfd_ind_section_ptr;
950 && bfd_is_abs_section (osec)
960 if ((osec->output_section != NULL
961 && ! bfd_is_abs_section (osec)
962 && bfd_is_abs_section (osec->output_section))
972 nsec = osec;
979 einfo (_("%D: first defined here\n"), obfd, osec, oval);
923 asection *osec; local
    [all...]
ldlang.c 4034 asection *osec; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script-sections.cc 4216 Output_section* osec = oseg->section_with_lowest_load_address(); local
    [all...]

Completed in 578 milliseconds

1 2