Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp956 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDependentModules() local
961 while (offset < section_size) { in ParseDependentModules()
1447 const uint64_t section_size = in GetSectionHeaderInfo() local
1459 section_size) == section_size)) { in GetSectionHeaderInfo()
1523 if (sheader.sh_type == SHT_ARM_ATTRIBUTES && section_size != 0 && in GetSectionHeaderInfo()
1524 data.SetData(object_data, sheader.sh_offset, section_size) == section_size) in GetSectionHeaderInfo()
1525 ParseARMAttributes(data, section_size, arch_spec); in GetSectionHeaderInfo()
1531 section_size) == section_size)) { in GetSectionHeaderInfo()
1552 section_size) == section_size)) { in GetSectionHeaderInfo()
2379 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDynamicSymbols() local
[all …]
/llvm-project-15.0.7/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()