Home
last modified time | relevance | path

Searched refs:setup_sections (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dnlmconv.c128 static void setup_sections (bfd *, asection *, void *);
424 bfd_map_over_sections (inbfd, setup_sections, (void *) outbfd); in main()
1152 setup_sections (bfd *inbfd ATTRIBUTE_UNUSED, asection *insec, void *data_ptr) in setup_sections() function
DChangeLog-91973180 * nlmconv.c (setup_sections): Preserve existing section flags when
3363 * nlmconv.c (setup_sections): Remove special handling of .reginfo
3394 (setup_sections): Allocate space in sections header.
3772 * nlmconv.c (setup_sections): Make sure that we align the
3912 (setup_sections): Don't copy the .reginfo section of an ECOFF
4049 * objcopy.c (setup_sections, copy_sections): If stripping, don't
4063 (setup_sections): Only put sections with contents in output NLM.
4088 (setup_sections): Don't copy all sections, but instead point all
4115 (setup_sections): Count size of bss sections.
5054 * copy.c (setup_sections): Fix due to change in bfd_make_section
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-9193627 (setup_sections): Do not set SEC_HAS_CONTENTS if a section's size
1132 * som.c (setup_sections): Save the original SOM subspace index
1149 (setup_sections): Correctly identify when a section has
1152 (setup_sections): Correctly convert between SOM alignments and BFD
1155 * som.c (setup_sections): Do not set SEC_ALLOC or SEC_LOAD
1193 (setup_sections): Return type is now boolean, fix return statements.
4604 written setup_sections().
4605 * (setup_sections): New routine to create BFD sections for each
4608 setup_sections() to locate GDB symbol table info.
DChangeLog-20042048 * som.c (setup_sections): Improve estimation of space sizes in
2875 * som.c (som_object_setup, setup_sections, som_prep_headers,
3483 (setup_sections): Use som_subspace_dictionary_record struct instead
3622 (setup_sections, som_write_fixups, bfd_section_from_som_symbol):
Dsom.c2073 setup_sections (bfd *abfd, in setup_sections() function
2511 if (!setup_sections (abfd, &file_hdr, current_offset)) in som_object_p()
DChangeLog-94951460 * som.c (setup_sections): Don't die if a space has no subspaces.
3940 (setup_sections): Don't forget to free subspace_sections if we get
3983 (setup_sections): When computing the index for each subspace,
3984 handle case where setup_sections reads the subspaces in a
4189 * som.c (setup_sections): Turn off SEC_HAS_CONTENTS for bss-like
8542 * som.c (setup_sections): Set SEC_DEBUGGING and the section attributes
8551 (setup_sections): Allocate space on the BFD's obstack to hold
8629 (setup_sections): Bubble up an error from log2.
DChangeLog-20101799 (setup_sections): Likewise. Ditto for object file types.
DChangeLog-98993150 (setup_sections): Likewise.
DChangeLog-96973077 * som.c (setup_sections): Don't lose for a space which has
DChangeLog-00011201 * som.c (setup_sections): Initialize subspace_sections.