Searched refs:fde_count (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | EHHeaderParser.hpp | 33 size_t fde_count; member 71 ehHdrInfo.fde_count = in decodeEHHdr() 113 if (hdrInfo.fde_count == 0) return false; in findFDE() 119 for (size_t len = hdrInfo.fde_count; len > 1;) { in findFDE()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | unwind-dw2-fde-glibc.c | 189 _Unwind_Ptr fde_count; in _Unwind_IteratePhdrCallback() local 194 p, &fde_count); in _Unwind_IteratePhdrCallback() 196 if (fde_count == 0) in _Unwind_IteratePhdrCallback() 211 mid = fde_count - 1; in _Unwind_IteratePhdrCallback()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | unwind-dw2-fde-glibc.c | 324 _Unwind_Ptr fde_count; in _Unwind_IteratePhdrCallback() local 329 p, &fde_count); in _Unwind_IteratePhdrCallback() 331 if (fde_count == 0) in _Unwind_IteratePhdrCallback() 346 mid = fde_count - 1; in _Unwind_IteratePhdrCallback()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf-eh-frame.c | 581 hdr_info->fde_count++; in _bfd_elf_discard_section_eh_frame() 687 sec->_cooked_size += 4 + hdr_info->fde_count * 8; in _bfd_elf_discard_section_eh_frame_hdr() 830 = bfd_malloc (hdr_info->fde_count * sizeof(*hdr_info->array)); in _bfd_elf_write_section_eh_frame() 1138 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr() 1139 size += 4 + hdr_info->fde_count * 8; in _bfd_elf_write_section_eh_frame_hdr() 1157 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr() 1173 bfd_put_32 (abfd, hdr_info->fde_count, contents + EH_FRAME_HDR_SIZE); in _bfd_elf_write_section_eh_frame_hdr() 1174 qsort (hdr_info->array, hdr_info->fde_count, sizeof (*hdr_info->array), in _bfd_elf_write_section_eh_frame_hdr() 1176 for (i = 0; i < hdr_info->fde_count; i++) in _bfd_elf_write_section_eh_frame_hdr()
|
| D | elf-bfd.h | 307 unsigned int fde_count, array_count; member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf-eh-frame.c | 791 hdr_info->fde_count++; in _bfd_elf_discard_section_eh_frame() 977 sec->size += 4 + hdr_info->fde_count * 8; in _bfd_elf_discard_section_eh_frame_hdr() 1187 = bfd_malloc (hdr_info->fde_count * sizeof(*hdr_info->array)); in _bfd_elf_write_section_eh_frame() 1514 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr() 1515 size += 4 + hdr_info->fde_count * 8; in _bfd_elf_write_section_eh_frame_hdr() 1533 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr() 1549 bfd_put_32 (abfd, hdr_info->fde_count, contents + EH_FRAME_HDR_SIZE); in _bfd_elf_write_section_eh_frame_hdr() 1550 qsort (hdr_info->array, hdr_info->fde_count, sizeof (*hdr_info->array), in _bfd_elf_write_section_eh_frame_hdr() 1552 for (i = 0; i < hdr_info->fde_count; i++) in _bfd_elf_write_section_eh_frame_hdr()
|
| D | elf-bfd.h | 301 unsigned int fde_count, array_count; member
|