Lines Matching refs:section_size
956 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
1458 if (section_size && (data.SetData(object_data, sheader.sh_offset, in GetSectionHeaderInfo()
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()
1530 if (section_size && (data.SetData(object_data, sheader.sh_offset, in GetSectionHeaderInfo()
1531 section_size) == section_size)) { in GetSectionHeaderInfo()
1551 if (section_size && (data.SetData(object_data, sheader.sh_offset, in GetSectionHeaderInfo()
1552 section_size) == section_size)) { in GetSectionHeaderInfo()
2379 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDynamicSymbols() local
2382 while (cursor < section_size) { in ParseDynamicSymbols()