Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/tools/
Domapimage.c47 && toc->section_size != 0xffffffff) { in omapimage_verify_header()
50 size = cpu_to_be32(toc->section_size); in omapimage_verify_header()
53 size = toc->section_size; in omapimage_verify_header()
96 && toc->section_size != 0xffffffff) { in omapimage_print_header()
99 size = cpu_to_be32(toc->section_size); in omapimage_print_header()
102 size = toc->section_size; in omapimage_print_header()
112 toc->section_size); in omapimage_print_header()
135 toc->section_size = sizeof(struct ch_settings); in omapimage_set_header()
Domapimage.h14 uint32_t section_size; member
Dmxsimage.h130 uint32_t section_size; member
Dmxsimage.c1422 offset += shdr->section_size; in sb_fixup_sections_and_tags()
1425 shdr->section_size--; in sb_fixup_sections_and_tags()
1433 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()
1580 ictx->sect_tail->payload.section_size = in sb_parse_line()
1993 sctx->size = (shdr->section_size * SB_BLOCK_SIZE) + in sb_verify_sections_cmds()
/external/google-breakpad/src/common/linux/
Delfutils.cc47 size_t *section_size) { in FindElfClassSection() argument
53 assert(section_size); in FindElfClassSection()
74 *section_size = section->sh_size; in FindElfClassSection()
125 size_t *section_size, in FindElfSection() argument
129 assert(section_size); in FindElfSection()
132 *section_size = 0; in FindElfSection()
147 section_start, section_size); in FindElfSection()
151 section_start, section_size); in FindElfSection()
Delfutils.h82 size_t *section_size,
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddisassembler.cc104 uint64_t section_size = section.getSize(); in DisassembleObjectFile() local
120 end_index = std::min(section_size, next_address.get()); in DisassembleObjectFile()
122 end_index = section_size; in DisassembleObjectFile()
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc133 const size_t section_size = end_offset - section_start_offset; in GetExtendedXmpSections() local
135 section_size > SIZE_MAX - buffer_size) { in GetExtendedXmpSections()
138 buffer_size += section_size; in GetExtendedXmpSections()
Dxmp_writer.cc150 const int section_size = in CreateExtendedSections() local
153 const int bytes_from_buffer = section_size - overhead; in CreateExtendedSections()
/external/u-boot/arch/arm/mach-omap2/
Demif-common.c889 u32 get_dmm_section_size_map(u32 section_size) in get_dmm_section_size_map() argument
902 section_size >>= 24; /* divide by 16 MB */ in get_dmm_section_size_map()
903 return log_2_n_round_down(section_size); in get_dmm_section_size_map()
/external/perf_data_converter/src/quipper/
Dperf_reader.cc1400 size_t section_size = in WriteAttrs() local
1402 id_sections.push_back(perf_file_section{data->Tell(), section_size}); in WriteAttrs()