Searched refs:sec_info (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c56 update_skip_size(struct cudbg_flash_sec_info *sec_info, u32 size) argument
58 sec_info->skip_size += size;
62 void set_sector_availability(struct cudbg_flash_sec_info *sec_info, argument
67 set_dbg_bitmap(sec_info->sec_bitmap, sector_nu);
69 reset_dbg_bitmap(sec_info->sec_bitmap, sector_nu);
74 find_empty_sec(struct cudbg_flash_sec_info *sec_info) argument
81 if (!(sec_info->sec_bitmap[index] & (1 << bit)))
95 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; local
109 sec_hdr = sec_info
159 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; local
333 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; local
[all...]
H A Dcudbg_lib_common.h132 struct cudbg_flash_sec_info sec_info; member in struct:cudbg_private
H A Dcudbg_lib.c154 struct cudbg_flash_sec_info *sec_info = &priv->sec_info; local
171 update_skip_size(sec_info, cur_entity_size);
180 update_skip_size(sec_info, cur_entity_size);
/freebsd-11-stable/sys/tools/
H A Dembed_mfs.sh52 sec_info=`elfdump -c $1 2> /dev/null | grep -A 5 -E "sh_name: oldmfs$"`
54 [ -z "${sec_info}" ] && echo "${err_no_mfs} $1" && exit 1
56 sec_size=`echo "${sec_info}" | awk '/sh_size/ {print $2}' 2>/dev/null`
57 sec_start=`echo "${sec_info}" | \
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c465 struct eh_frame_sec_info *sec_info = NULL; local
511 sec_info = bfd_zmalloc (sizeof (struct eh_frame_sec_info)
513 REQUIRE (sec_info);
542 if (sec_info->count == entry_alloced)
544 sec_info = bfd_realloc (sec_info,
548 REQUIRE (sec_info);
550 memset (&sec_info->entry[entry_alloced], 0,
555 this_inf = sec_info->entry + sec_info
1076 struct eh_frame_sec_info *sec_info; local
1169 struct eh_frame_sec_info *sec_info; local
[all...]
H A Delf-bfd.h1232 void *sec_info;
1230 void *sec_info; member in struct:bfd_elf_section_data
H A Delf.c1049 /* Make sure sec_info_type is cleared if sec_info is cleared too. */
1081 sec, &secdata->sec_info))
1083 else if (secdata->sec_info)
8707 elf_section_data (sec)->sec_info,
8738 elf_section_data (sec)->sec_info,
8751 return _bfd_stab_section_offset (sec, elf_section_data (sec)->sec_info,
H A Delflink.c2703 elf_section_data (sec)->sec_info,
4760 stabstr, &secdata->sec_info,
4763 if (secdata->sec_info)
8430 elf_section_data (isec)->sec_info,
8987 o, &elf_section_data (o)->sec_info, contents)))
8992 elf_section_data (o)->sec_info))
11360 elf_section_data (stab)->sec_info,
H A Delfxx-ia64.c1110 elf_section_data (tsec)->sec_info,
4723 sec_info,
H A Delf64-alpha.c4173 sec_info,
H A Delf32-ppc.c5461 elf_section_data (tsec)->sec_info,

Completed in 207 milliseconds