/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFSectionProgBits.hxx | 41 size_t section_size = (sh->getSize() + 3) / 4 * 4; local 42 size_t alloc_size = section_size; 74 stubs->initStubTable(result->chunk.getBuffer() + section_size,
|
/external/chromium_org/chrome/browser/safe_browsing/ |
pe_image_reader_win_unittest.cc | 106 size_t section_size = 0; local 107 const uint8_t* export_section = image_reader_.GetExportSection(§ion_size); 109 EXPECT_NE(0U, section_size);
|
pe_image_reader_win.h | 43 const uint8_t* GetExportSection(size_t* section_size);
|
pe_image_reader_win.cc | 118 const uint8_t* PeImageReader::GetExportSection(size_t* section_size) { 126 *section_size = data_size;
|
/external/oprofile/libutil++/ |
bfd_support.cpp | 242 size_t section_size = bfd_section_size(abfd, section); local 243 if (pc + max_search > section_size) 244 max_search = section_size - pc;
|
/external/chromium_org/base/win/ |
pe_image_unittest.cc | 44 DWORD section_size,
|
pe_image.h | 35 PVOID section_start, DWORD section_size,
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
ObjectFileELF.cpp | 610 const lldb::offset_t section_size = dynsym_data.GetByteSize(); local 615 while (offset < section_size) 769 const uint64_t section_size = header.sh_type == SHT_NOBITS ? 0 : header.sh_size; local 777 if (section_size && (data.SetData (object_data, header.sh_offset, section_size) == section_size)) 789 if (section_size && (data.SetData (object_data, header.sh_offset, section_size) == section_size)) 1246 const lldb::offset_t section_size = dynsym_data.GetByteSize(); local [all...] |
/external/lldb/source/Symbol/ |
ObjectFile.cpp | 499 const uint64_t section_size = section->GetByteSize(); local 500 const uint64_t section_bytes_left = section_size - section_offset;
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | 3825 ULong section_size; local [all...] |
/prebuilts/sdk/tools/linux/ |
arm-linux-androideabi-ld | |
i686-linux-android-ld | |