HomeSort by relevance Sort by last modified time
    Searched full:lazyload (Results 1 - 11 of 11) sorted by null

  /external/elfutils/src/
ld.c 107 { "-z lazyload | nolazyload", '\0', NULL, OPTION_DOC,
923 && strcmp (arg, "lazyload") != 0
938 else if (strcmp (arg, "lazyload") == 0)
939 ld_state.lazyload = true;
941 ld_state.lazyload = false;
1112 newfile->lazyload = ld_state.lazyload;
    [all...]
ld.h 100 bool lazyload; member in struct:usedfiles
979 bool lazyload; member in struct:ld_state
ldgeneric.c     [all...]
readelf.c 1051 { DF_P1_LAZYLOAD, "LAZYLOAD" },
    [all...]
  /external/elfutils/libelf/
elf.h 769 #define DF_P1_LAZYLOAD 0x00000001 /* Lazyload following object. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-readelf 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-readelf 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-readelf 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-readelf 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-readelf 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-readelf 

Completed in 436 milliseconds