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

  /toolchain/binutils/binutils-2.25/gold/
icf.h 42 typedef std::vector<Section_id> Sections_reachable_info;
47 typedef Unordered_map<Section_id,
50 typedef Unordered_set<Section_id, Section_id_hash> Secn_fptr_taken_set;
64 typedef Unordered_map<Section_id, Reloc_info,
76 Section_id
110 return (this->fptr_section_id_.find(Section_id(obj, shndx))
119 this->fptr_section_id_.insert(Section_id(obj, shndx));
148 std::vector<Section_id> id_section_;
gc.h 53 typedef Unordered_set<Section_id, Section_id_hash> Sections_reachable;
54 typedef std::map<Section_id, Sections_reachable> Section_ref;
55 typedef std::queue<Section_id> Worklist_type;
92 { return (this->referenced_list().find(Section_id(obj, shndx))
101 Section_id secn)
110 Section_id src_id(src_object, src_shndx);
111 Section_id dst_id(dst_object, dst_shndx);
211 Section_id src_id(src_obj, src_indx);
253 (*secvec).push_back(Section_id(dst_obj, dst_indx));
255 (*secvec).push_back(Section_id(NULL, 0))
    [all...]
icf.cc 158 // ID_SECTION : Vector mapping a section index to a Section_id pair.
167 preprocess_for_unique_sections(const std::vector<Section_id>& id_section,
181 Section_id secn = id_section[i];
233 const Section_id& secn,
340 Section_id reloc_secn(it_v->first, it_v->second);
571 const std::vector<Section_id>& id_section,
597 Section_id secn = id_section[i];
737 this->id_section_.push_back(Section_id(*p, i));
738 this->section_id_[Section_id(*p, i)] = section_num;
809 Section_id secn(obj, shndx)
    [all...]
gc.cc 41 Section_id entry = this->worklist().front();
dwp.cc 208 elfcpp::DW_SECT section_id);
472 add_contribution(elfcpp::DW_SECT section_id, const unsigned char* contents,
750 get_dwarf_section_name(elfcpp::DW_SECT section_id)
764 gold_assert(section_id > 0 && section_id <= elfcpp::DW_SECT_MAX);
765 return dwarf_section_names[section_id];
    [all...]
plugin.cc     [all...]
merge.h 263 typedef Unordered_set<Section_id, Section_id_hash> Input_sections;
layout.h 526 std::map<Section_id, unsigned int>*
    [all...]
merge.cc 321 this->input_sections_.insert(Section_id(relobj, shndx));
object.cc     [all...]
object.h     [all...]
symtab.cc 656 this->gc_->worklist().push(Section_id(sym->object(), shndx));
    [all...]
arm.cc     [all...]
layout.cc 794 // of Section_id.
795 static Unordered_set<Section_id, Section_id_hash> ctors_sections_in_init_array;
803 return (ctors_sections_in_init_array.find(Section_id(relobj, shndx))
    [all...]
powerpc.cc 82 typedef Unordered_set<Section_id, Section_id_hash> Section_refs;
219 Section_id src_id(src_obj, src_indx);
241 symtab->gc()->worklist().push(Section_id(this, shndx));
    [all...]
output.cc     [all...]
output.h     [all...]
aarch64.cc     [all...]
ChangeLog     [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
access_point.py 87 for section_id, section_cfg in sections.items():
89 section_ids.append(section_id)
180 for section_id in sections.keys():
181 if section_id not in self.RADIO_NAMES:
182 to_be_deleted.append(section_id)
340 section_id = self._client.add(cfg_name, section)
341 if not section_id:
344 self._set_options(cfg_name, section_id, options, defaults)
346 def _set_options(self, cfg_name, section_id, options, defaults):
352 section_id: ID of the secion to add options to. e.g. 'cfg000864'
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
section.c 817 static int section_id = 0x10; /* id 0 to 3 used by STD_SECTION. */ local
819 newsect->id = section_id;
826 section_id++;
    [all...]
elf32-arm.c 5488 unsigned int section_id = a8_fixes[i].section->id; local
    [all...]
ChangeLog-0001     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib32/
libbfd.a     [all...]

Completed in 633 milliseconds