OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shoff
(Results
1 - 3
of
3
) sorted by null
/art/compiler/
elf_stripper.cc
114
llvm::ELF::Elf32_Off
shoff
= offset;
local
120
elf_file->GetHeader().e_shoff =
shoff
;
/frameworks/compile/mclinker/lib/LD/
ELFReader.cpp
336
uint32_t
shoff
= 0x0;
local
342
shoff
= ehdr->e_shoff;
348
shoff
= mcld::bswap32(ehdr->e_shoff);
355
if (0x0 ==
shoff
)
371
shdr_region = pInput.memArea()->request(pInput.fileOffset() +
shoff
,
390
shoff
+= shentsize;
393
shdr_region = pInput.memArea()->request(pInput.fileOffset() +
shoff
,
892
uint64_t
shoff
= 0x0;
local
898
shoff
= ehdr->e_shoff;
904
shoff
= mcld::bswap64(ehdr->e_shoff)
[
all
...]
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 32 milliseconds