HomeSort by relevance Sort by last modified time
    Searched full:eh_frame_hdr (Results 1 - 25 of 1004) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/libcorkscrew/arch-x86/
ptrace-x86.c 26 static void load_eh_frame_hdr(pid_t pid, map_info_t* mi, uintptr_t *eh_frame_hdr) {
49 *eh_frame_hdr = mi->start + elf_phdr_offset;
50 ALOGV("Parsed .eh_frame_hdr info for %s: start=0x%08x", mi->name, *eh_frame_hdr);
55 *eh_frame_hdr = 0;
59 load_eh_frame_hdr(pid, mi, &data->eh_frame_hdr);
backtrace-x86.c 236 /* Having PC find corresponding FDE by reading .eh_frame_hdr section data. */
250 ALOGV("find_fde: no eh_frame_hdr for map: start=0x%x, end=0x%x", mi->start, mi->end);
257 /* Getting the first word of eh_frame_hdr:
263 uintptr_t eh_frame_hdr = midata->eh_frame_hdr; local
265 if (!try_get_byte(memory, eh_frame_hdr, &eh_hdr_info.version, &c)) return 0;
266 if (!try_get_byte(memory, eh_frame_hdr, &eh_hdr_info.eh_frame_ptr_enc, &c)) return 0;
267 if (!try_get_byte(memory, eh_frame_hdr, &eh_hdr_info.fde_count_enc, &c)) return 0;
268 if (!try_get_byte(memory, eh_frame_hdr, &eh_hdr_info.fde_table_enc, &c)) return 0;
274 ALOGV("find_fde: eh_frame_hdr version %d is not supported", eh_hdr_info.version)
    [all...]
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libdl.so 
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libdl.so 
libjnigraphics.so 
liblog.so 
libstdc++.so 
libEGL.so 
libOpenMAXAL.so 
libOpenSLES.so 
libz.so 
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/lib/
libdl.so 
libjnigraphics.so 
liblog.so 
libstdc++.so 
libEGL.so 
libOpenSLES.so 
libz.so 
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameHdr.h 25 * \brief EhFrameHdr represents .eh_frame_hdr section.
28 * .eh_frame_hdr section format
48 /// emitOutput - write out eh_frame_hdr
59 /// .eh_frame_hdr section
69 /// emitOutput - write out eh_frame_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /system/core/libcorkscrew/
ptrace-arch.h 37 uintptr_t eh_frame_hdr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so 

Completed in 251 milliseconds

1 2 3 4 5 6 7 8 91011>>