HomeSort by relevance Sort by last modified time
    Searched refs:bfd_make_section_old_way (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/config/
obj-som.c 217 space = bfd_make_section_old_way (stdoutput, "$GDB_DEBUG$");
tc-mmix.c 773 = bfd_make_section_old_way (stdoutput, MMIX_REG_SECTION_NAME);
    [all...]
tc-sh64.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 726 asym->section = bfd_make_section_old_way (abfd, _TEXT);
730 asym->section = bfd_make_section_old_way (abfd, _DATA);
734 asym->section = bfd_make_section_old_way (abfd, _BSS);
757 asym->section = bfd_make_section_old_way (abfd, ".sdata");
761 asym->section = bfd_make_section_old_way (abfd, ".sbss");
765 asym->section = bfd_make_section_old_way (abfd, ".rdata");
806 asym->section = bfd_make_section_old_way (abfd, ".init");
815 asym->section = bfd_make_section_old_way (abfd, ".fini");
819 asym->section = bfd_make_section_old_way (abfd, ".rconst");
    [all...]
linker.c     [all...]
section.c 1069 bfd_make_section_old_way (bfd *abfd, const char *name) function
    [all...]
elf32-cr16c.c 905 *secp = bfd_make_section_old_way (abfd, ".fcommon");
910 *secp = bfd_make_section_old_way (abfd, ".ncommon");
mmo.c 663 sec = bfd_make_section_old_way (abfd, MMO_TEXT_SECTION_NAME);
678 sec = bfd_make_section_old_way (abfd, MMO_DATA_SECTION_NAME);
    [all...]
versados.c 247 sec = bfd_make_section_old_way (abfd, strdup (name));
elf32-v850.c 190 section = h->root.u.c.p->section = bfd_make_section_old_way (abfd, common);
    [all...]
peicode.h 607 sec = bfd_make_section_old_way (vars->abfd, name);
    [all...]
elf64-mmix.c     [all...]
elf64-hppa.c     [all...]
elf32-m32r.c     [all...]
elf32-microblaze.c     [all...]
bfd-in2.h     [all...]
coffcode.h     [all...]
elf32-nds32.c     [all...]
elf32-score.c     [all...]
elf32-score7.c     [all...]
elf32-tic6x.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
subsegs.c 163 secptr = bfd_make_section_old_way (stdoutput, segname);
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 1004 edata_s = bfd_make_section_old_way (filler_bfd, ".edata");
1019 reloc_s = bfd_make_section_old_way (filler_bfd, ".reloc");
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]

Completed in 383 milliseconds

1 2