Home
last modified time | relevance | path

Searched refs:section_len (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Delf-attrs.c459 bfd_vma section_len; in _bfd_elf_parse_attributes() local
462 section_len = bfd_get_32 (abfd, p); in _bfd_elf_parse_attributes()
464 if (section_len > len) in _bfd_elf_parse_attributes()
465 section_len = len; in _bfd_elf_parse_attributes()
466 len -= section_len; in _bfd_elf_parse_attributes()
468 section_len -= namelen + 4; in _bfd_elf_parse_attributes()
476 p += namelen + section_len; in _bfd_elf_parse_attributes()
481 while (section_len > 0) in _bfd_elf_parse_attributes()
493 if (subsection_len > section_len) in _bfd_elf_parse_attributes()
494 subsection_len = section_len; in _bfd_elf_parse_attributes()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_win.c234 DWORD section_len = (DWORD)section->blocksize; in svn_config__parse_registry() local
237 err = RegEnumKeyEx(hkey, index, section->data, &section_len, in svn_config__parse_registry()
243 svn_stringbuf_ensure(section, section_len); in svn_config__parse_registry()
244 err = RegEnumKeyEx(hkey, index, section->data, &section_len, in svn_config__parse_registry()
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c8465 bfd_vma section_len; in process_attributes() local
8493 section_len = byte_get (p, 4); in process_attributes()
8495 if (section_len > len) in process_attributes()
8498 (int)section_len, (int)len); in process_attributes()
8499 section_len = len; in process_attributes()
8501 len -= section_len; in process_attributes()
8513 section_len -= namelen + 4; in process_attributes()
8514 while (section_len > 0) in process_attributes()
8520 if (size > section_len) in process_attributes()
8524 size = section_len; in process_attributes()
[all …]
/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_structures.h167 uint32_t section_len; member