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

  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 241 /* Having PC find corresponding FDE by reading .eh_frame_hdr section data. */
255 ALOGV("find_fde: no eh_frame_hdr for map: start=0x%x, end=0x%x", mi->start, mi->end);
262 /* Getting the first word of eh_frame_hdr:
268 uintptr_t eh_frame_hdr = midata->eh_frame_hdr; local
270 if (!try_get_byte(memory, eh_frame_hdr, &eh_hdr_info.version, &c)) return 0;
271 if (!try_get_byte(memory, eh_frame_hdr, &eh_hdr_info.eh_frame_ptr_enc, &c)) return 0;
272 if (!try_get_byte(memory, eh_frame_hdr, &eh_hdr_info.fde_count_enc, &c)) return 0;
273 if (!try_get_byte(memory, eh_frame_hdr, &eh_hdr_info.fde_table_enc, &c)) return 0;
279 ALOGV("find_fde: eh_frame_hdr version %d is not supported", eh_hdr_info.version)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 302 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
304 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfdlink.h 335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
337 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 302 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
304 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
337 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 302 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
304 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
337 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 302 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
304 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
337 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 302 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
304 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfdlink.h 335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
337 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 302 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
304 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
337 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 302 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
304 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
337 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 302 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
304 unsigned int eh_frame_hdr: 1;
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 335 /* TRUE if .eh_frame_hdr section and PT_GNU_EH_FRAME ELF segment member in struct:bfd_link_info
337 unsigned int eh_frame_hdr: 1;
  /external/elfutils/src/
ld.h 1034 /* True if an .eh_frame_hdr section should be generated. */
1035 bool eh_frame_hdr; member in struct:ld_state
    [all...]

Completed in 1191 milliseconds