Searched refs:section_size (Results 1 – 2 of 2) sorted by relevance
956 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDependentModules() local961 while (offset < section_size) { in ParseDependentModules()1447 const uint64_t section_size = in GetSectionHeaderInfo() local1459 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 …]
509 const uint64_t section_size = section->GetByteSize(); in ReadSectionData() local510 const uint64_t section_bytes_left = section_size - section_offset; in ReadSectionData()