OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:section_size
(Results
1 - 6
of
6
) sorted by null
/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(&
section_size
);
109
EXPECT_NE(0U,
section_size
);
/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/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/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/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c
3825
ULong
section_size
;
local
[
all
...]
Completed in 736 milliseconds