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

  /toolchain/binutils/binutils-2.25/bfd/
section.c 58 <<bfd_make_section>>) to the sections attached to an already open
154 . the same as that passed to bfd_make_section. *}
1262 bfd_make_section (bfd *abfd, const char *name) function
    [all...]
tekhex.c 395 section = bfd_make_section (abfd, n);
oasys.c 597 s = bfd_make_section (abfd, buffer);
    [all...]
pdp11.c 446 if (obj_textsec (abfd) == NULL && bfd_make_section (abfd, ".text") == NULL)
448 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL)
450 if (obj_bsssec (abfd) == NULL && bfd_make_section (abfd, ".bss") == NULL)
    [all...]
vms-alpha.c 602 section = bfd_make_section (abfd, name);
643 section = bfd_make_section (abfd, "$DST$");
661 section = bfd_make_section (abfd, "$DMT$");
1149 section = bfd_make_section (abfd, name);
    [all...]
aoutx.h 429 if (obj_textsec (abfd) == NULL && bfd_make_section (abfd, ".text") == NULL)
431 if (obj_datasec (abfd) == NULL && bfd_make_section (abfd, ".data") == NULL)
433 if (obj_bsssec (abfd) == NULL && bfd_make_section (abfd, ".bss") == NULL)
    [all...]
mmo.c 464 sec = bfd_make_section (abfd, newsecname);
    [all...]
elf32-nds32.c     [all...]
bfd-in2.h     [all...]
elf64-ia64-vms.c     [all...]
ieee.c 1089 section = bfd_make_section (abfd, tmp);
    [all...]
elf.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mmix.c     [all...]
tc-arm.c     [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 1246 milliseconds