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

1 2

  /toolchain/binutils/binutils-2.25/bfd/
elf-ifunc.c 62 s = bfd_make_section_with_flags (abfd, rel_sec,
74 s = bfd_make_section_with_flags (abfd, ".iplt", pltflags);
80 s = bfd_make_section_with_flags (abfd,
93 s = bfd_make_section_with_flags (abfd, ".igot.plt", flags);
95 s = bfd_make_section_with_flags (abfd, ".igot", flags);
elf-s390-common.c 50 s = bfd_make_section_with_flags (abfd, ".rela.ifunc",
60 s = bfd_make_section_with_flags (abfd, ".iplt",
67 s = bfd_make_section_with_flags (abfd, ".rela.iplt", flags | SEC_READONLY);
74 s = bfd_make_section_with_flags (abfd, ".igot.plt", flags);
lynx-core.c 76 asect = bfd_make_section_with_flags (abfd, newname, flags);
aout-adobe.c 133 sect = bfd_make_section_with_flags (abfd, section_name, flags);
142 sect = bfd_make_section_with_flags (abfd, try_again, flags);
section.c 1213 bfd_make_section_with_flags (bfd *abfd, const char *name, function
    [all...]
binary.c 80 sec = bfd_make_section_with_flags (abfd, ".data", flags);
hppabsd-core.c 82 asect = bfd_make_section_with_flags (abfd, name, flags);
ppcboot.c 200 sec = bfd_make_section_with_flags (abfd, ".data", flags);
i386linux.c 283 s = bfd_make_section_with_flags (abfd, ".linux-dynamic", flags);
ihex.c 368 sec = bfd_make_section_with_flags (abfd, secname, flags);
m68klinux.c 285 s = bfd_make_section_with_flags (abfd, ".linux-dynamic", flags);
sparclinux.c 278 s = bfd_make_section_with_flags (abfd, ".linux-dynamic", flags);
coff-arm.c     [all...]
coff-h8300.c     [all...]
opncls.c     [all...]
srec.c 559 sec = bfd_make_section_with_flags (abfd, secname, flags);
    [all...]
sunos.c 885 asection *s = bfd_make_section_with_flags (dynobj, ".need", flags);
898 asection *s = bfd_make_section_with_flags (dynobj, ".rules", flags);
    [all...]
elf32-tilepro.c     [all...]
elf64-mmix.c     [all...]
elfcode.h     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 398 bss_sec = bfd_make_section_with_flags (outbfd,
410 secsec = bfd_make_section_with_flags (outbfd, ".nlmsections",
717 custom_section = bfd_make_section_with_flags (outbfd, ".nlmcustom",
737 help_section = bfd_make_section_with_flags (outbfd, ".nlmhelp",
758 message_section = bfd_make_section_with_flags (outbfd,
774 module_section = bfd_make_section_with_flags (outbfd, ".nlmmodules",
793 rpc_section = bfd_make_section_with_flags (outbfd, ".nlmrpc",
848 shared_section = bfd_make_section_with_flags (outbfd,
    [all...]
resres.c 129 sec = bfd_make_section_with_flags (abfd, ".data",
rescoff.c 459 sec = bfd_make_section_with_flags (abfd, ".rsrc",
windmc.c 675 mc_bfd.sec = bfd_make_section_with_flags (mc_bfd.abfd, ".data",
objcopy.c     [all...]

Completed in 198 milliseconds

1 2