HomeSort by relevance Sort by last modified time
    Searched defs:section_htab (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
format.c 106 struct bfd_hash_table section_htab; member in struct:bfd_preserve
127 preserve->section_htab = abfd->section_htab;
132 return bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc,
152 bfd_hash_table_free (&abfd->section_htab);
157 abfd->section_htab = preserve->section_htab;
178 bfd_hash_table_free (&preserve->section_htab);
bfd-in2.h 6754 struct bfd_hash_table section_htab; member in struct:bfd
    [all...]

Completed in 82 milliseconds