OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_size
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/linkloader/include/impl/
ELFSectionProgBits.hxx
41
size_t
section_size
= (sh->getSize() + 3) / 4 * 4;
local
42
size_t alloc_size =
section_size
;
71
stubs->initStubTable(result->chunk.getBuffer() +
section_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/base/win/
pe_image.h
31
PVOID section_start, DWORD
section_size
,
pe_image_unittest.cc
44
DWORD
section_size
,
Completed in 313 milliseconds