Home
last modified time | relevance | path

Searched refs:header_size (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFWriter.cpp184 unsigned int header_size = sizeof(Elf32_Shdr) * sectNum; in emitELF32SectionHeader() local
187 header_size); in emitELF32SectionHeader()
217 unsigned int header_size = sizeof(Elf64_Shdr) * sectNum; in emitELF64SectionHeader() local
220 header_size); in emitELF64SectionHeader()
/frameworks/native/libs/binder/
DParcel.cpp1058 int32_t header_size = readAligned<int32_t>(); in readExceptionCode() local
1061 setDataPosition(dataPosition() + header_size); in readExceptionCode()