Searched refs:section_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp937 const lldb::offset_t section_size = dynsym_data.GetByteSize(); local
942 while (offset < section_size) {
1404 const uint64_t section_size = local
1415 if (section_size && (data.SetData(object_data, sheader.sh_offset,
1416 section_size) == section_size)) {
1480 if (sheader.sh_type == SHT_ARM_ATTRIBUTES && section_size != 0 &&
1481 data.SetData(object_data, sheader.sh_offset, section_size) == section_size)
1482 ParseARMAttributes(data, section_size, arch_spe
2336 const lldb::offset_t section_size = dynsym_data.GetByteSize(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp530 const uint64_t section_size = section->GetByteSize(); local
531 const uint64_t section_bytes_left = section_size - section_offset;

Completed in 246 milliseconds