OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readSectionHeaders
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/LD/
ELFReader.cpp
314
///
readSectionHeaders
- read ELF section header table and create LDSections
315
bool ELFReader<32, true>::
readSectionHeaders
(Input& pInput,
835
///
readSectionHeaders
- read ELF section header table and create LDSections
836
bool ELFReader<64, true>::
readSectionHeaders
(Input& pInput,
[
all
...]
/cts/libs/deviceutil/src/android/cts/util/
ReadElf.java
287
readSectionHeaders
(sh_off, e_shnum, e_shentsize, e_shstrndx);
291
private void
readSectionHeaders
(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx)
Completed in 1551 milliseconds