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

  /toolchain/binutils/binutils-2.25/gold/
compressed_output.h 61 elfcpp::Elf_Xword type)
reduced_debug_output.h 46 elfcpp::Elf_Xword type)
92 elfcpp::Elf_Xword type)
tilegx.cc 809 elfcpp::Elf_Xword srshift, elfcpp::Elf_Xword doffset,
810 elfcpp::Elf_Xword bitmask)
821 elfcpp::Elf_Xword dst_mask = bitmask << doffset;
836 elfcpp::Elf_Xword srshift, elfcpp::Elf_Xword doffset,
837 elfcpp::Elf_Xword bitmask)
849 elfcpp::Elf_Xword dst_mask = bitmask << doffset;
864 elfcpp::Elf_Xword srshift, elfcpp::Elf_Xword doffset1
    [all...]
target.h 191 elfcpp::Elf_Xword
207 elfcpp::Elf_Xword
365 elfcpp::Elf_Xword flags)
541 elfcpp::Elf_Xword small_common_section_flags;
543 elfcpp::Elf_Xword large_common_section_flags;
711 elfcpp::Elf_Xword flags);
    [all...]
layout.h 678 elfcpp::Elf_Xword flags,
960 section_flags_to_segment(elfcpp::Elf_Xword flags);
    [all...]
reloc.h 665 rel64(unsigned char* view, elfcpp::Elf_Xword value)
676 rela64(unsigned char* view, elfcpp::Elf_Xword value,
677 elfcpp::Elf_Xword addend)
684 elfcpp::Elf_Xword addend)
690 pcrel64(unsigned char* view, elfcpp::Elf_Xword value,
704 pcrela64(unsigned char* view, elfcpp::Elf_Xword value,
705 elfcpp::Elf_Xword addend,
713 elfcpp::Elf_Xword addend,
target.cc 146 elfcpp::Elf_Xword flags)
output.h 160 is_section_flag_set(elfcpp::Elf_Xword shf) const
327 do_is_section_flag_set(elfcpp::Elf_Xword) const
    [all...]
common.cc 258 elfcpp::Elf_Xword flags = elfcpp::SHF_WRITE | elfcpp::SHF_ALLOC;
layout.cc 814 elfcpp::Elf_Word type, elfcpp::Elf_Xword flags,
829 elfcpp::Elf_Xword lookup_flags = flags;
869 elfcpp::Elf_Xword zero_flags = 0;
910 elfcpp::Elf_Xword
911 Layout::get_output_section_flags(elfcpp::Elf_Xword input_section_flags)
938 elfcpp::Elf_Word type, elfcpp::Elf_Xword flags,
    [all...]
aarch64.cc     [all...]
sparc.cc 568 unsigned int right_shift, elfcpp::Elf_Xword dst_mask,
874 This::template rela_ua<64>(view, 0, ~(elfcpp::Elf_Xword) 0,
919 elfcpp::Elf_Xword addend,
    [all...]
script-sections.cc 122 attributes_compatible(elfcpp::Elf_Xword flags, elfcpp::Elf_Xword type) const;
190 Memory_region::attributes_compatible(elfcpp::Elf_Xword flags,
191 elfcpp::Elf_Xword type) const
455 elfcpp::Elf_Xword flags = os->flags();
    [all...]
output.cc     [all...]
x86_64.cc     [all...]
arm.cc     [all...]
mips.cc     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_internal.h 110 Elf_Xword p_filesz;
111 Elf_Xword p_memsz;
112 Elf_Xword p_align;
141 Elf_Xword st_size;
elfcpp.h 51 typedef uint64_t Elf_Xword;
624 elf_r_sym<64>(Elf_Xword v)
642 elf_r_type<64>(Elf_Xword v)
659 inline Elf_Xword
662 return (static_cast<Elf_Xword>(s) << 32) + (t & 0xffffffff);
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 46 uint64_t, target_endianness, 2> Elf_Xword;
84 typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Xword Elf_Xword; \
114 Elf_Xword sh_flags; // Section flags (SHF_*)
117 Elf_Xword sh_size; // Size of section, in bytes
120 Elf_Xword sh_addralign; // Section address alignment
121 Elf_Xword sh_entsize; // Size of records contained within the section
158 Elf_Xword st_size; // Size of the symbol
304 Elf_Xword d_val;
371 Elf_Xword r_info; // Symbol table index and type of relocation to appl
    [all...]

Completed in 466 milliseconds