HomeSort by relevance Sort by last modified time
    Searched refs:osec (Results 1 - 25 of 41) 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-i370.c 1246 asection *osec; local
    [all...]
elf32-bfin.c 2630 asection *osec; local
    [all...]
elf32-frv.c 2708 asection *osec; local
    [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-sh64.c 313 bfd *obfd, asection *osec)
321 if (! _bfd_elf_copy_private_section_data (ibfd, isec, obfd, osec))
336 sh64_elf_section_data (osec)->sh64_info = sh64_sec_data;
xcofflink.c 5323 asection *osec; local
5440 asection *osec; local
    [all...]
elf32-vax.c 1633 asection *osec; local
    [all...]
elf64-sh64.c 2264 asection *osec; local
    [all...]
elf.c 6440 asection *section, *osec; local
    [all...]
aout-target.h 216 asection *osec ATTRIBUTE_UNUSED)
peXXigen.c     [all...]
elf32-cris.c 1512 asection *osec; local
    [all...]
elflink.c 9442 asection *osec = o->output_section; local
9861 asection *osec = sec->output_section; local
9902 asection *osec; local
    [all...]
elf-bfd.h 860 (bfd *output_bfd, struct bfd_link_info *info, asection *osec);
    [all...]
elf32-lm32.c 768 /* Find the segment number in which OSEC, and output section, is
772 _lm32fdpic_osec_to_segment (bfd *output_bfd, asection *osec)
785 if (m->sections[i] == osec)
798 _lm32fdpic_osec_readonly_p (bfd *output_bfd, asection *osec)
800 unsigned seg = _lm32fdpic_osec_to_segment (output_bfd, osec);
    [all...]
libbfd.c 1114 asection *osec ATTRIBUTE_UNUSED,
elf32-hppa.c 4031 asection *osec; local
    [all...]
elf32-s390.c 2871 asection *osec; local
    [all...]
elf64-s390.c 2839 asection *osec; local
    [all...]
elf32-sh.c     [all...]
elf32-m68k.c 4059 asection *osec; local
    [all...]
elf32-tilepro.c 3298 asection *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...]
  /toolchain/binutils/binutils-2.25/gold/
script-sections.cc 4216 Output_section* osec = oseg->section_with_lowest_load_address(); local
    [all...]

Completed in 496 milliseconds

1 2