HomeSort by relevance Sort by last modified time
    Searched refs:SHT_RELA (Results 1 - 25 of 30) 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 189 case SHT_RELA:
elf_getdata.c 67 [SHT_RELA] = { ELF_T_RELA, sizeof (ElfW2(Bits,Rela)) \
  /external/qemu/elff/
elf.h 268 #define SHT_RELA 4
  /bionic/libc/kernel/common/linux/
elf.h 238 #define SHT_RELA 4
  /external/kernel-headers/original/linux/
elf.h 240 #define SHT_RELA 4
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
elf.h 238 #define SHT_RELA 4
  /bionic/libc/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
  /build/tools/soslim/
soslim.c 272 || shdr_info[cnt].shdr.sh_type == SHT_RELA)
381 + SHT_REL and SHT_RELA in sh_link to symbol table
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
  /external/elfutils/src/
ld.c 417 if (h->type == SHT_REL || h->type == SHT_RELA)
    [all...]
strip.c 705 || shdr_info[cnt].shdr.sh_type == SHT_RELA)
790 + SHT_REL and SHT_RELA in sh_link to symbol table
1088 /* Handle the SHT_REL, SHT_RELA, and SHF_INFO_LINK flag. */
    [all...]
  /external/elfcopy/
elfcopy.c 279 /* Handle the SHT_REL, SHT_RELA, and SHF_INFO_LINK flag. */
    [all...]
  /build/tools/lsd/
lsd.c 209 else if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) {
  /external/qemu/
elf.h     [all...]

Completed in 1392 milliseconds

1 2