Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm32r-rom.c77 bfd_size_type section_size = bfd_section_size (abfd, s); in m32r_load_section() local
81 *data_count += section_size; in m32r_load_section()
84 bfd_section_name (abfd, s), section_size); in m32r_load_section()
89 for (i = 0; i < section_size; i += 4) in m32r_load_section()
136 bfd_size_type section_size = bfd_section_size (abfd, s); in m32r_load()
140 data_count += section_size; in m32r_load()
143 bfd_section_name (abfd, s), section_size); in m32r_load()
148 for (i = 0; i < section_size; i += 4) in m32r_load()
504 bfd_size_type section_size = bfd_section_size (abfd, s); in m32r_upload_command() local
508 data_count += section_size; in m32r_upload_command()
[all …]
H A Ddve3900-rom.c815 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()
H A Dremote-m32r-sdi.c1277 bfd_size_type section_size; in m32r_load() local
1282 section_size = bfd_get_section_size (section); in m32r_load()
1293 section_address, (int) section_size); in m32r_load()
1297 data_count += section_size; in m32r_load()
1300 while (section_size > 0) in m32r_load()
1305 count = min (section_size, 0x1000); in m32r_load()
1329 section_size -= count; in m32r_load()
H A Dremote-e7000.c1568 bfd_size_type section_size; in e7000_load() local
1572 section_size = bfd_get_section_size (section); in e7000_load()
1578 paddr_u (section_size)); in e7000_load()
1582 data_count += section_size; in e7000_load()
1584 while (section_size > 0) in e7000_load()
1592 count = min (section_size, WRITESIZE); in e7000_load()
1621 section_size -= count; in e7000_load()
H A Ddefs.h1190 unsigned long section_size,
H A Dsymfile.c67 unsigned long section_size,
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c2200 bfd_size_type section_size, sgotloc_size; local
2204 section_size = (sxtlit->_cooked_size != 0
2206 BFD_ASSERT (section_size % 8 == 0);
2207 num = section_size / 8;
2211 if (sgotloc_size != section_size)
2218 contents = (bfd_byte *) bfd_malloc (section_size);
2230 section_size))
2282 if ((bfd_size_type) (num * 8) < section_size)
2284 memset (&contents[num * 8], 0, section_size - num * 8);
2289 section_size))
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp973 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDependentModules() local
978 while (offset < section_size) { in ParseDependentModules()
1464 const uint64_t section_size = in GetSectionHeaderInfo() local
1475 if (section_size && (data.SetData(object_data, sheader.sh_offset, in GetSectionHeaderInfo()
1476 section_size) == section_size)) { in GetSectionHeaderInfo()
1540 if (sheader.sh_type == SHT_ARM_ATTRIBUTES && section_size != 0 && in GetSectionHeaderInfo()
1541 data.SetData(object_data, sheader.sh_offset, section_size) == section_size) in GetSectionHeaderInfo()
1542 ParseARMAttributes(data, section_size, arch_spec); in GetSectionHeaderInfo()
1547 if (section_size && (data.SetData(object_data, sheader.sh_offset, in GetSectionHeaderInfo()
1548 section_size) == section_size)) { in GetSectionHeaderInfo()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c2408 bfd_size_type section_size, sgotloc_size; in elf_xtensa_combine_prop_entries() local
2412 section_size = sxtlit->size; in elf_xtensa_combine_prop_entries()
2413 BFD_ASSERT (section_size % 8 == 0); in elf_xtensa_combine_prop_entries()
2414 num = section_size / 8; in elf_xtensa_combine_prop_entries()
2417 if (sgotloc_size != section_size) in elf_xtensa_combine_prop_entries()
2490 if ((bfd_size_type) (num * 8) < section_size) in elf_xtensa_combine_prop_entries()
2491 memset (&contents[num * 8], 0, section_size - num * 8); in elf_xtensa_combine_prop_entries()
2494 section_size)) in elf_xtensa_combine_prop_entries()
2498 memcpy (sgotloc->contents, contents, section_size); in elf_xtensa_combine_prop_entries()
2867 bfd_vma section_size; in elf_xtensa_discard_info_for_section() local
[all …]
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp509 const uint64_t section_size = section->GetByteSize(); in ReadSectionData() local
510 const uint64_t section_bytes_left = section_size - section_offset; in ReadSectionData()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c5624 md_section_align (segment, section_size) in md_section_align() argument
5626 valueT section_size;
5628 return section_size;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c5538 md_section_align (segment, section_size) in md_section_align() argument
5540 valueT section_size;
5542 return section_size;