Home
last modified time | relevance | path

Searched refs:sections_being_created (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delf.c1909 static bfd_boolean * sections_being_created = NULL; in bfd_section_from_shdr() local
1929 sections_being_created = NULL; in bfd_section_from_shdr()
1930 if (sections_being_created == NULL) in bfd_section_from_shdr()
1933 sections_being_created = (bfd_boolean *) in bfd_section_from_shdr()
1937 if (sections_being_created [shindex]) in bfd_section_from_shdr()
1943 sections_being_created [shindex] = TRUE; in bfd_section_from_shdr()
2473 if (sections_being_created && sections_being_created_abfd == abfd) in bfd_section_from_shdr()
2474 sections_being_created [shindex] = FALSE; in bfd_section_from_shdr()
2477 sections_being_created = NULL; in bfd_section_from_shdr()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf.c2049 static bfd_boolean * sections_being_created = NULL; in bfd_section_from_shdr() local
2069 sections_being_created = NULL; in bfd_section_from_shdr()
2070 if (sections_being_created == NULL) in bfd_section_from_shdr()
2072 sections_being_created = (bfd_boolean *) in bfd_section_from_shdr()
2076 if (sections_being_created [shindex]) in bfd_section_from_shdr()
2082 sections_being_created [shindex] = TRUE; in bfd_section_from_shdr()
2603 if (sections_being_created && sections_being_created_abfd == abfd) in bfd_section_from_shdr()
2604 sections_being_created [shindex] = FALSE; in bfd_section_from_shdr()
2607 sections_being_created = NULL; in bfd_section_from_shdr()