HomeSort by relevance Sort by last modified time
    Searched defs:readSectionHeaders (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 302 /// readSectionHeaders - read ELF section header table and create LDSections
303 bool ELFReader<32, true>::readSectionHeaders(Input& pInput,
796 /// readSectionHeaders - read ELF section header table and create LDSections
797 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 82 milliseconds