Home
last modified time | relevance | path

Searched refs:hdr_info (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Delf-eh-frame.c464 struct eh_frame_hdr_info *hdr_info; in _bfd_elf_discard_section_eh_frame() local
484 hdr_info = &htab->eh_info; in _bfd_elf_discard_section_eh_frame()
486 if (hdr_info->cies == NULL && !info->relocatable) in _bfd_elf_discard_section_eh_frame()
487 hdr_info->cies = htab_try_create (1, cie_hash, cie_eq, free); in _bfd_elf_discard_section_eh_frame()
820 hdr_info->table = FALSE; in _bfd_elf_discard_section_eh_frame()
826 hdr_info->fde_count++; in _bfd_elf_discard_section_eh_frame()
922 if (hdr_info->cies != NULL) in _bfd_elf_discard_section_eh_frame()
924 void **loc = htab_find_slot_with_hash (hdr_info->cies, &ecie->cie, in _bfd_elf_discard_section_eh_frame()
981 hdr_info->table = FALSE; in _bfd_elf_discard_section_eh_frame()
995 struct eh_frame_hdr_info *hdr_info; in _bfd_elf_discard_section_eh_frame_hdr() local
[all …]
DChangeLog-02035663 param. Get "hdr_info" from link hash table.
5667 header section from link hash table. Don't alloc hdr_info. Clear
DChangeLog-0001481 if hdr_info->strip.
/freebsd-9-stable/sys/dev/e1000/
De1000_vf.h97 u16 hdr_info; member
De1000_82575.h206 __le16 hdr_info; member
Dif_igb.c4861 hdr = le16toh(cur->wb.lower.lo_dword.hs_rss.hdr_info); in igb_rxeof()
/freebsd-9-stable/sys/dev/ixgbe/
Dixgbe_type.h2523 __le16 hdr_info; /* Splithdr, hdrlen */ member
Dixv.c3338 hdr = le16toh(cur->wb.lower.lo_dword.hs_rss.hdr_info); in ixv_rxeof()