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

  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c 456 information in the section's sec_info field on success. COOKIE
477 struct eh_frame_sec_info *sec_info = NULL; local
548 sec_info = (struct eh_frame_sec_info *)
551 REQUIRE (sec_info);
591 this_inf = sec_info->entry + sec_info->count;
612 sec_info->count++;
909 sec_info->count++;
911 BFD_ASSERT (sec_info->count == num_entries);
914 elf_section_data (sec)->sec_info = sec_info
1137 struct eh_frame_sec_info *sec_info; local
1311 struct eh_frame_sec_info *sec_info; local
1396 struct eh_frame_sec_info *sec_info; local
    [all...]
elf-bfd.h 1429 void *sec_info; member in struct:bfd_elf_section_data
    [all...]

Completed in 788 milliseconds