HomeSort by: relevance | last modified time | path
    Searched defs:section_length (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/dtv/
dtv_demux.c 583 uint16_t section_length; local
640 section_length = ((p[1] & 0xf) << 8) | p[2];
653 if (section_length < 2 || (p[1] & 0x80) == 0)
661 sec->sec_length = section_length + 3;
  /src/external/bsd/libpcap/dist/
sf-pcapng.c 92 uint64_t section_length; member in struct:section_header_block
  /src/external/gpl3/binutils/dist/bfd/
mmo.c 1014 bfd_vma section_length; local
1085 section_length = (bfd_vma) bfd_get_32 (abfd, buf) << 32;
1094 section_length |= (bfd_vma) bfd_get_32 (abfd, buf);
1097 if (section_length > MAX_ARTIFICIAL_SECTION_SIZE)
1123 loc = bfd_zalloc (abfd, (section_length + 3
1130 loc->size = (section_length + 3) & ~3;
1137 | (section_length != 0 ? SEC_HAS_CONTENTS : 0)))
1138 || !bfd_set_section_size (sec, sec->size + section_length)
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 1015 bfd_vma section_length; local
1086 section_length = (bfd_vma) bfd_get_32 (abfd, buf) << 32;
1095 section_length |= (bfd_vma) bfd_get_32 (abfd, buf);
1098 if (section_length > MAX_ARTIFICIAL_SECTION_SIZE)
1124 loc = bfd_zalloc (abfd, (section_length + 3
1131 loc->size = (section_length + 3) & ~3;
1138 | (section_length != 0 ? SEC_HAS_CONTENTS : 0)))
1139 || !bfd_set_section_size (sec, sec->size + section_length)
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 1015 bfd_vma section_length; local
1086 section_length = (bfd_vma) bfd_get_32 (abfd, buf) << 32;
1095 section_length |= (bfd_vma) bfd_get_32 (abfd, buf);
1098 if (section_length > MAX_ARTIFICIAL_SECTION_SIZE)
1124 loc = bfd_zalloc (abfd, (section_length + 3
1131 loc->size = (section_length + 3) & ~3;
1138 | (section_length != 0 ? SEC_HAS_CONTENTS : 0)))
1139 || !bfd_set_section_size (sec, sec->size + section_length)
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 1020 bfd_vma section_length; local
1091 section_length = (bfd_vma) bfd_get_32 (abfd, buf) << 32;
1100 section_length |= (bfd_vma) bfd_get_32 (abfd, buf);
1103 if (section_length > MAX_ARTIFICIAL_SECTION_SIZE)
1129 loc = bfd_zalloc (abfd, (section_length + 3
1136 loc->size = (section_length + 3) & ~3;
1143 | (section_length != 0 ? SEC_HAS_CONTENTS : 0)))
1144 || !bfd_set_section_size (sec, sec->size + section_length)

Completed in 43 milliseconds