HomeSort by relevance Sort by last modified time
    Searched refs:elfcpp (Results 51 - 75 of 83) sorted by null

1 23 4

  /toolchain/binutils/binutils-2.25/gold/testsuite/
binary_unittest.cc 30 #include "elfcpp.h"
86 Binary_to_elf binary(static_cast<elfcpp::EM>(0xffff), size, big_endian,
103 CHECK(object->section_flags(1) == (elfcpp::SHF_ALLOC | elfcpp::SHF_WRITE));
136 == elfcpp::SHN_ABS);
object_unittest.cc 59 CHECK(object->section_flags(1) == elfcpp::SHF_ALLOC);
  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.h 26 #include "elfcpp.h"
47 // be used for COPY relocs: elfcpp::SHT_REL or elfcpp::SHT_RELA.
91 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
92 typedef typename elfcpp::Elf_types<size>::Elf_Addr Addend;
arm-reloc-property.cc 31 #include "elfcpp.h"
118 if (code == elfcpp::R_ARM_ABS8)
120 else if (code == elfcpp::R_ARM_ABS16)
129 if (code != elfcpp::R_ARM_V4BX)
152 if (code != elfcpp::R_ARM_COPY)
275 unsigned int code = elfcpp::R_ARM_##name; \
278 new Arm_reloc_property(elfcpp::R_ARM_##name, "R_ARM_" #name, \
common.cc 258 elfcpp::Elf_Xword flags = elfcpp::SHF_WRITE | elfcpp::SHF_ALLOC;
268 flags |= elfcpp::SHF_TLS;
292 os = layout->add_output_section_data(name, elfcpp::SHT_NOBITS, flags,
incremental.h 715 typedef elfcpp::Swap<32, big_endian> Swap32;
753 typedef elfcpp::Swap<size, big_endian> Swap;
754 typedef elfcpp::Swap<16, big_endian> Swap16;
755 typedef elfcpp::Swap<32, big_endian> Swap32;
756 typedef elfcpp::Swap<64, big_endian> Swap64;
781 const elfcpp::Elf_strtab& strtab)
    [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
205 if ((flags & elfcpp::SHF_EXECINSTR) == 0)
210 if ((flags & elfcpp::SHF_WRITE) == 0)
219 if ((flags & elfcpp::SHF_ALLOC) == 0)
224 if ((type & elfcpp::SHT_NOBITS) != 0)
409 && (os->type() == elfcpp::SHT_REL || os->type() == elfcpp::SHT_RELA
    [all...]
aarch64-reloc-property.cc 109 int tidx = code_to_array_index(elfcpp::R_AARCH64_##rname); \
111 elfcpp::R_AARCH64_##rname, "R_AARCH64_" #rname, \
object.h 29 #include "elfcpp.h"
105 elfcpp::STT enclosing_symbol_type;
195 if (shndx >= elfcpp::SHN_LORESERVE)
505 if (shndx < elfcpp::SHN_LORESERVE)
507 else if (shndx == elfcpp::SHN_XINDEX)
617 // Functions and types for the elfcpp::Elf_file interface. This
619 // elfcpp::Elf_file.
916 read_section_data(elfcpp::Elf_file<size, big_endian, Object>*,
    [all...]
plugin.cc 75 #include "elfcpp.h"
1059 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
1061 elfcpp::Sym<size, big_endian> sym(symbuf);
1062 elfcpp::Sym_write<size, big_endian> osym(symbuf);
1071 elfcpp::Elf_Half shndx;
1072 elfcpp::STB bind;
1073 elfcpp::STV vis;
1084 bind = elfcpp::STB_WEAK;
1090 bind = elfcpp::STB_GLOBAL;
1098 shndx = elfcpp::SHN_ABS
    [all...]
mapfile.cc 365 if ((sh_type == elfcpp::SHT_PROGBITS
366 || sh_type == elfcpp::SHT_NOBITS
367 || sh_type == elfcpp::SHT_GROUP)
merge.cc 198 typename elfcpp::Elf_types<size>::Elf_Addr starting_address,
200 typename elfcpp::Elf_types<size>::Elf_Addr>* initialize_map)
735 elfcpp::Elf_types<32>::Elf_Addr starting_address,
736 Unordered_map<section_offset_type, elfcpp::Elf_types<32>::Elf_Addr>*);
744 elfcpp::Elf_types<64>::Elf_Addr starting_address,
745 Unordered_map<section_offset_type, elfcpp::Elf_types<64>::Elf_Addr>*);
ehframe.h 100 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
139 typename elfcpp::Elf_types<size>::Elf_Addr
140 get_fde_pc(typename elfcpp::Elf_types<size>::Elf_Addr eh_frame_address,
expression.cc 27 #include "elfcpp.h"
72 elfcpp::STT* type_pointer;
74 elfcpp::STV* vis_pointer;
114 elfcpp::STT* type_pointer,
115 elfcpp::STV* vis_pointer,
    [all...]
merge.h 86 typename elfcpp::Elf_types<size>::Elf_Addr starting_address,
88 typename elfcpp::Elf_types<size>::Elf_Addr>*);
parameters.cc 365 elfcpp::GOLD_DEFAULT_MACHINE,
368 elfcpp::GOLD_DEFAULT_OSABI,
script.h 37 #include "elfcpp.h"
115 elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
dwarf_reader.h 31 #include "elfcpp.h"
148 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
599 { return this->flag_attribute(elfcpp::DW_AT_declaration); }
740 inline typename elfcpp::Valtype_base<valsize>::Valtype
745 inline typename elfcpp::Valtype_base<valsize>::Valtype
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
aarch64.h 6 // This file is part of elfcpp.
35 namespace elfcpp namespace
185 } // End namespace elfcpp.
sparc.h 6 // This file is part of elfcpp.
47 namespace elfcpp namespace
171 } // End namespace elfcpp.
tilegx.h 6 // This file is part of elfcpp.
35 namespace elfcpp namespace
169 } // End namespace elfcpp.
powerpc.h 6 // This file is part of elfcpp.
35 namespace elfcpp namespace
272 } // End namespace elfcpp.
arm.h 6 // This file is part of elfcpp.
42 namespace elfcpp namespace
370 } // End namespace elfcpp.
dwarf.h 6 // This file is part of elfcpp.
35 namespace elfcpp namespace
264 } // End namespace elfcpp.
elfcpp_internal.h 1 // elfcpp_internal.h -- internals for elfcpp -*- C++ -*-
6 // This file is part of elfcpp.
32 // This is included by elfcpp.h, the external interface, but holds
38 namespace elfcpp namespace
238 } // End namespace elfcpp.

Completed in 1170 milliseconds

1 23 4