Home
last modified time | relevance | path

Searched refs:sh_offset (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/
DELFSectionHeader.h42 offset_t sh_offset; variable
70 return sh_offset; in getOffset()
127 AR & sh_offset; in serialize() local
178 AR & sh_offset; in serialize() local
/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp348 uint32_t sh_offset = 0x0; in readSectionHeaders() local
385 sh_offset = shdr->sh_offset; in readSectionHeaders()
389 sh_offset = mcld::bswap32(shdr->sh_offset); in readSectionHeaders()
394 pInput.fileOffset() + sh_offset, sh_size); in readSectionHeaders()
405 sh_offset = shdrTab[idx].sh_offset; in readSectionHeaders()
415 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset); in readSectionHeaders()
428 section->setOffset(sh_offset); in readSectionHeaders()
869 uint64_t sh_offset = 0x0; in readSectionHeaders() local
906 sh_offset = shdr->sh_offset; in readSectionHeaders()
910 sh_offset = mcld::bswap64(shdr->sh_offset); in readSectionHeaders()
[all …]
DELFObjectWriter.cpp327 shdr[sectIdx].sh_offset = ld_sect->offset(); in emitSectionHeader()