Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp296 unsigned int header_size = sizeof(ElfXX_Shdr) * sectNum; in emitSectionHeader() local
298 header_size); in emitSectionHeader()
/frameworks/native/libs/binder/
DParcel.cpp1102 int32_t header_size = readAligned<int32_t>(); in readExceptionCode() local
1105 setDataPosition(header_start + header_size); in readExceptionCode()