HomeSort by relevance Sort by last modified time
    Searched refs:SHF_IA_64_SHORT (Results 1 - 10 of 10) sorted by null

  /external/elfutils/backends/
ia64_symbol.c 96 return (sh_flags &~ (SHF_IA_64_SHORT | SHF_IA_64_NORECOV)) == 0;
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
elf_machdep.h 144 #define SHF_IA_64_SHORT 0x10000000 /* section must be placed near gp. */
  /toolchain/binutils/binutils-2.27/include/elf/
ia64.h 66 #define SHF_IA_64_SHORT 0x10000000 /* Section near gp. */
  /toolchain/binutils/binutils-2.27/bfd/
elf64-ia64-vms.c 154 optimized from R_IA64_LTOFF22X, against non-SHF_IA_64_SHORT
284 /* Skip ABS and SHF_IA_64_SHORT sections. */
815 if (hdr->sh_flags & SHF_IA_64_SHORT)
843 hdr->sh_flags |= SHF_IA_64_SHORT;
    [all...]
elfnn-ia64.c 147 optimized from R_IA64_LTOFF22X, against non-SHF_IA_64_SHORT
289 /* Skip ABS and SHF_IA_64_SHORT sections. */
930 if (hdr->sh_flags & SHF_IA_64_SHORT)
978 hdr->sh_flags |= SHF_IA_64_SHORT;
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ia64.c 856 /* Map 's' to SHF_IA_64_SHORT. */
862 return SHF_IA_64_SHORT;
876 /* Map SHF_IA_64_SHORT to SEC_SMALL_DATA. */
883 if (attr & SHF_IA_64_SHORT)
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c     [all...]

Completed in 1823 milliseconds