Searched refs:eh (Results 1 – 6 of 6) sorted by relevance
/system/bpf/libbpf_android/ |
D | Loader.cpp | 97 static int readElfHeader(ifstream& elfFile, Elf64_Ehdr* eh) { in readElfHeader() argument 101 if (!elfFile.read((char*)eh, sizeof(*eh))) return -1; in readElfHeader() 108 Elf64_Ehdr eh; in readSectionHeadersAll() local 111 ret = readElfHeader(elfFile, &eh); in readSectionHeadersAll() 114 elfFile.seekg(eh.e_shoff); in readSectionHeadersAll() 118 shTable.resize(eh.e_shnum); in readSectionHeadersAll() 120 if (!elfFile.read((char*)shTable.data(), (eh.e_shnum * eh.e_shentsize))) return -ENOMEM; in readSectionHeadersAll() 145 Elf64_Ehdr eh; in readSectionHeaderStrtab() local 148 ret = readElfHeader(elfFile, &eh); in readSectionHeaderStrtab() 151 ret = readSectionByIdx(elfFile, eh.e_shstrndx, strtab); in readSectionHeaderStrtab()
|
/system/bt/embdrv/g722/ |
D | g722_encode.cc | 284 int eh; in g722_encode() local 382 eh = saturate(xhigh - s->band[1].s); in g722_encode() 385 wd = (eh >= 0) ? eh : -(eh + 1); in g722_encode() 388 ihigh = (eh < 0) ? ihn[mih] : ihp[mih]; in g722_encode()
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | root_canal_main.cc | 69 google_breakpad::ExceptionHandler eh(descriptor, nullptr, nullptr, nullptr, in main() local 71 eh.set_crash_handler(crash_callback); in main()
|
/system/core/libunwindstack/ |
D | AndroidVersions.md | 30 FDEs use pc relative addressing in the eh\_frame\_hdr. 50 without an eh\_frame/eh\_frame\_hdr section and only a debug\_frame. The 52 sometimes there is not enough information in the eh\_frame for all points 55 be correct since the eh\_frame information was enough to do the unwind 112 * Fix bug in load bias handling. If the unwind information in the eh\_frame 113 or eh\_frame\_hdr does not have the same bias as the executable section,
|
/system/bt/gd/facade/ |
D | facade_main.cc | 89 google_breakpad::ExceptionHandler eh(descriptor, nullptr, nullptr, nullptr, true, -1); in main() local 90 eh.set_crash_handler(crash_callback); in main()
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 1267 isoCode:"eh"
|