Searched refs:section_size (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/tools/tools/bus_autoconf/ |
| D | 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()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | 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()
|
| D | 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()
|
| D | defs.h | 1215 unsigned long section_size,
|
| D | symfile.c | 79 unsigned long section_size,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| D | 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()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | 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()
|