Searched refs:section_size (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFSectionProgBits.hxx41 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,
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp138 size_t section_size = 0; local
141 section_size += pLayout.appendFragment(**it, pSD, pSection.align());
144 return section_size;

Completed in 145 milliseconds