Searched refs:section_size (Results 1 – 9 of 9) sorted by relevance
| /trueos/tools/tools/bus_autoconf/ |
| HD | bus_usb.c | 331 uint32_t section_size; in usb_import_entries() local 334 section_size = format_get_section_size(section); in usb_import_entries() 335 if (section_size == 0) { in usb_import_entries() 339 if (len % section_size) { in usb_import_entries() 342 len, section_size, section); in usb_import_entries() 344 for (off = 0; off != len; off += section_size) { in usb_import_entries() 352 module, ptr + off, section_size); in usb_import_entries()
|
| /trueos/contrib/gdb/gdb/ |
| HD | dve3900-rom.c | 815 bfd_size_type section_size = bfd_section_size (abfd, s); in load_section() local 821 if (section_size == 0) in load_section() 824 *data_count += section_size; in load_section() 828 bfd_section_name (abfd, s), (long) section_size); in load_section() 835 write_long (&header[4], (long) section_size); in load_section() 840 buffer = (unsigned char *) xmalloc (section_size); in load_section() 841 bfd_get_section_contents (abfd, s, buffer, 0, section_size); in load_section() 842 process_read_request (buffer, section_size); in load_section()
|
| HD | remote-e7000.c | 1567 bfd_size_type section_size; in e7000_load() local 1571 section_size = bfd_get_section_size (section); in e7000_load() 1577 paddr_u (section_size)); in e7000_load() 1581 data_count += section_size; in e7000_load() 1583 while (section_size > 0) in e7000_load() 1591 count = min (section_size, WRITESIZE); in e7000_load() 1620 section_size -= count; in e7000_load()
|
| HD | defs.h | 1215 unsigned long section_size,
|
| HD | symfile.c | 79 unsigned long section_size,
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 704 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDependentModules() local 709 while (offset < section_size) in ParseDependentModules() 847 const uint64_t section_size = header.sh_type == SHT_NOBITS ? 0 : header.sh_size; in GetSectionHeaderInfo() local 855 … if (section_size && (data.SetData (object_data, header.sh_offset, section_size) == section_size)) in GetSectionHeaderInfo() 867 … if (section_size && (data.SetData (object_data, header.sh_offset, section_size) == section_size)) in GetSectionHeaderInfo() 1324 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDynamicSymbols() local 1327 while (cursor < section_size) in ParseDynamicSymbols()
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ObjectFile.cpp | 501 const uint64_t section_size = section->GetByteSize(); in ReadSectionData() local 502 const uint64_t section_bytes_left = section_size - section_offset; in ReadSectionData()
|
| /trueos/sys/dev/hyperv/netvsc/ |
| HD | hv_net_vsc.h | 286 uint32_t section_size; member
|
| HD | hv_net_vsc.c | 299 init_pkt->msgs.vers_1_msgs.send_send_buf_complete.section_size; in hv_nv_init_send_buffer_with_net_vsp()
|