Searched refs:section_offset (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DLineEntry.h35 lldb::addr_t section_offset,
H A DObjectFile.h652 off_t section_offset,
/external/lldb/source/Symbol/
H A DLineEntry.cpp33 lldb::addr_t section_offset,
44 range(section_sp, section_offset, byte_size),
30 LineEntry( const lldb::SectionSP &section_sp, lldb::addr_t section_offset, lldb::addr_t byte_size, const FileSpec &_file, uint32_t _line, uint16_t _column, bool _is_start_of_statement, bool _is_start_of_basic_block, bool _is_prologue_end, bool _is_epilogue_begin, bool _is_terminal_entry ) argument
H A DObjectFile.cpp467 ObjectFile::ReadSectionData (const Section *section, off_t section_offset, void *dst, size_t dst_len) const argument
471 return section->GetObjectFile()->ReadSectionData (section, section_offset, dst, dst_len);
481 return process_sp->ReadMemory (base_load_addr + section_offset, dst, dst_len, error);
487 if (section_offset < section_file_size)
489 const uint64_t section_bytes_left = section_file_size - section_offset;
493 return CopyData (section->GetFileOffset() + section_offset, section_dst_len, dst);
500 const uint64_t section_bytes_left = section_size - section_offset;
/external/freetype/src/pfr/
H A Dpfrload.c201 FT_UInt32 section_offset,
209 if ( FT_STREAM_SEEK( section_offset ) || FT_READ_USHORT( count ) )
224 FT_UInt32 section_offset,
234 if ( FT_STREAM_SEEK( section_offset ) ||
/external/libnfc-nxp/src/
H A DphDnldNfc.c351 volatile uint32_t section_offset; member in struct:section_info
1277 + p_sec_info->section_offset);
1453 p_sec_info->section_offset = p_sec_info->section_offset +
1675 p_sec_info, (uint32_t *)&(p_sec_info->section_offset));
1681 p_sec_info->section_offset = 0;
3524 p_cur_sec->section_offset = 0;

Completed in 171 milliseconds