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

  /toolchain/binutils/binutils-2.25/bfd/
lynx-core.c 60 make_bfd_asection (bfd *abfd, function
150 newsect = make_bfd_asection (abfd, ".stack",
158 newsect = make_bfd_asection (abfd, ".data",
183 newsect = make_bfd_asection (abfd, ".reg",
196 newsect = make_bfd_asection (abfd, secname,
hpux-core.c 107 static asection *make_bfd_asection (bfd *, const char *, flagword,
115 make_bfd_asection (bfd *abfd, const char *name, flagword flags, function
237 if (!make_bfd_asection (abfd, ".reg",
251 if (!make_bfd_asection (abfd, ".reg",
261 if (!make_bfd_asection (abfd, secname,
282 if (!make_bfd_asection (abfd, ".data",
322 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags,
irix-core.c 48 static asection *make_bfd_asection
90 if (!make_bfd_asection (abfd, secname,
138 if (!make_bfd_asection (abfd, secname,
148 make_bfd_asection (bfd *abfd, function
237 if (!make_bfd_asection (abfd, ".reg",
sco5-core.c 50 make_bfd_asection (bfd *abfd, function
154 if (!make_bfd_asection (abfd, ".reg", SEC_HAS_CONTENTS,
160 if (!make_bfd_asection (abfd, ".data",
168 if (!make_bfd_asection (abfd, ".stack",
295 && !make_bfd_asection (abfd, secname, flags,
hppabsd-core.c 73 make_bfd_asection (bfd *abfd, function
156 core_stacksec (abfd) = make_bfd_asection (abfd, ".stack",
165 core_datasec (abfd) = make_bfd_asection (abfd, ".data",
174 core_regsec (abfd) = make_bfd_asection (abfd, ".reg",
osf-core.c 52 make_bfd_asection (bfd *abfd, function
132 if (!make_bfd_asection (abfd, secname, flags,
rs6000-core.c 300 make_bfd_asection (bfd *abfd, const char *name, flagword flags, function
482 if (!make_bfd_asection (abfd, ".stack",
488 if (!make_bfd_asection (abfd, ".reg",
497 if (!make_bfd_asection (abfd, ".ldinfo",
511 if (!make_bfd_asection (abfd, ".data",
554 if (!make_bfd_asection (abfd, ".data",
591 if (!make_bfd_asection (abfd, ".data",
634 if (!make_bfd_asection (abfd, ".vmdata",

Completed in 108 milliseconds