HomeSort by relevance Sort by last modified time
    Searched refs:SHT_REL (Results 1 - 25 of 33) sorted by null

1 2

  /external/elfutils/libelf/
elf-knowledge.h 32 || (((shdr)->sh_type == SHT_RELA || (shdr)->sh_type == SHT_REL) \
62 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
elf32_updatenull.c 209 case SHT_REL:
elf_getdata.c 73 [SHT_REL] = { ELF_T_REL, sizeof (ElfW2(Bits,Rel)) \
  /external/qemu/elff/
elf.h 273 #define SHT_REL 9
  /bionic/libc/kernel/common/linux/
elf.h 243 #define SHT_REL 9
  /development/ndk/platforms/android-3/include/linux/
elf.h 243 #define SHT_REL 9
  /external/kernel-headers/original/linux/
elf.h 245 #define SHT_REL 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /external/elfcopy/
elfcopy.c 279 /* Handle the SHT_REL, SHT_RELA, and SHF_INFO_LINK flag. */
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 250 #define SHT_REL 9 /* relation section without addends */
  /build/tools/soslim/
soslim.c 271 if ((shdr_info[cnt].shdr.sh_type == SHT_REL
381 + SHT_REL and SHT_RELA in sh_link to symbol table
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 250 #define SHT_REL 9 /* relation section without addends */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 250 #define SHT_REL 9 /* relation section without addends */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 250 #define SHT_REL 9 /* relation section without addends */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 250 #define SHT_REL 9 /* relation section without addends */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
exec_elf.h 250 #define SHT_REL 9 /* relation section without addends */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 250 #define SHT_REL 9 /* relation section without addends */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
exec_elf.h 250 #define SHT_REL 9 /* relation section without addends */
  /build/tools/lsd/
lsd.c 209 else if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) {
357 if (reloc->shdr.sh_type == SHT_REL) {
  /external/elfutils/src/
ld.c 417 if (h->type == SHT_REL || h->type == SHT_RELA)
    [all...]

Completed in 760 milliseconds

1 2