Searched refs:shndx (Results 1 - 25 of 81) sorted by relevance

1234

/haiku-buildtools/binutils/elfcpp/
H A Delfcpp_file.h196 section_header(unsigned int shndx) argument
198 return typename File::Location(this->section_header_offset(shndx),
204 section_name(unsigned int shndx) const;
208 section_contents(unsigned int shndx);
212 section_size(unsigned int shndx);
216 section_flags(unsigned int shndx);
220 section_addr(unsigned int shndx);
224 section_type(unsigned int shndx);
228 section_link(unsigned int shndx);
232 section_info(unsigned int shndx);
557 section_contents(unsigned int shndx) argument
575 section_size(unsigned int shndx) argument
594 section_flags(unsigned int shndx) argument
613 section_addr(unsigned int shndx) argument
632 section_type(unsigned int shndx) argument
651 section_link(unsigned int shndx) argument
670 section_info(unsigned int shndx) argument
689 section_addralign(unsigned int shndx) argument
[all...]
/haiku-buildtools/binutils/gold/
H A Dicf.h98 unfold_section(Relobj* obj, unsigned int shndx);
103 is_section_folded(Relobj* obj, unsigned int shndx);
108 section_has_function_pointers(Relobj* obj, unsigned int shndx) argument
110 return (this->fptr_section_id_.find(Section_id(obj, shndx))
117 set_section_has_function_pointers(Relobj* obj, unsigned int shndx) argument
119 this->fptr_section_id_.insert(Section_id(obj, shndx));
H A Dmerge.cc49 Object_merge_map::get_input_merge_map(unsigned int shndx) const
51 gold_assert(shndx != -1U);
56 if (i->first == shndx)
66 const Output_section_data* output_data, unsigned int shndx) {
67 Input_merge_map* map = this->get_input_merge_map(shndx);
79 maps.push_back(std::make_pair(shndx, new_map));
87 unsigned int shndx,
92 Input_merge_map* map = this->get_or_make_input_merge_map(output_data, shndx);
138 Object_merge_map::get_output_offset(unsigned int shndx,
142 Input_merge_map* map = this->get_input_merge_map(shndx);
65 get_or_make_input_merge_map( const Output_section_data* output_data, unsigned int shndx) argument
86 add_mapping(const Output_section_data* output_data, unsigned int shndx, section_offset_type input_offset, section_size_type length, section_offset_type output_offset) argument
[all...]
H A Dobject.h194 adjust_shndx(unsigned int shndx) argument
196 if (shndx >= elfcpp::SHN_LORESERVE)
197 shndx += this->large_shndx_offset_;
198 return shndx;
553 section_contents(unsigned int shndx, section_size_type* plen, bool cache);
562 adjust_sym_shndx(unsigned int symndx, unsigned int shndx, bool* is_ordinary) argument
564 if (shndx < elfcpp::SHN_LORESERVE)
566 else if (shndx == elfcpp::SHN_XINDEX)
570 shndx = this->xindex_->sym_xindex_to_shndx(this, symndx);
575 return shndx;
580 section_size(unsigned int shndx) argument
590 section_flags(unsigned int shndx) argument
595 section_entsize(unsigned int shndx) argument
600 section_address(unsigned int shndx) argument
605 section_type(unsigned int shndx) argument
610 section_link(unsigned int shndx) argument
615 section_info(unsigned int shndx) argument
620 section_addralign(unsigned int shndx) argument
632 output_section_address(unsigned int shndx) argument
809 section_is_compressed(unsigned int shndx, section_size_type* uncompressed_size) const argument
849 get_output_view(unsigned int shndx, section_size_type* plen) const argument
1294 set_output_section(unsigned int shndx, Output_section* os) argument
1302 set_section_offset(unsigned int shndx, uint64_t off) argument
[all...]
H A Dmapfile.cc206 unsigned int shndx)
216 && sym->shndx(&is_ordinary) == shndx
236 Mapfile::print_input_section(Relobj* relobj, unsigned int shndx) argument
240 std::string name = relobj->section_name(shndx);
247 if (!relobj->is_section_included(shndx))
254 os = relobj->output_section(shndx);
255 addr = relobj->output_section_offset(shndx);
262 if (!relobj->section_is_compressed(shndx, &size))
263 size = relobj->section_size(shndx);
204 print_input_section_symbols( const Sized_relobj_file<size, big_endian>* relobj, unsigned int shndx) argument
[all...]
H A Dmerge.h56 add_mapping(const Output_section_data*, unsigned int shndx,
68 get_output_offset(unsigned int shndx,
73 find_merge_section(unsigned int shndx) const;
81 unsigned int shndx,
141 unsigned int shndx);
159 get_input_merge_map(unsigned int shndx) const;
162 get_input_merge_map(unsigned int shndx) { argument
164 this)->get_input_merge_map(shndx));
242 do_output_offset(const Relobj* object, unsigned int shndx,
258 record_input_section(Relobj* relobj, unsigned int shndx);
490 unsigned int shndx; member in struct:gold::Output_merge_string::Merged_strings_list
[all...]
H A Ddynobj.h211 do_section_size(unsigned int shndx) argument
212 { return this->elf_file_.section_size(shndx); }
216 do_section_name(unsigned int shndx) const
217 { return this->elf_file_.section_name(shndx); }
222 do_section_contents(unsigned int shndx, section_size_type* plen, argument
225 Location loc(this->elf_file_.section_contents(shndx));
237 do_section_flags(unsigned int shndx) argument
238 { return this->elf_file_.section_flags(shndx); }
247 do_section_address(unsigned int shndx) argument
248 { return this->elf_file_.section_addr(shndx); }
252 do_section_type(unsigned int shndx) argument
257 do_section_link(unsigned int shndx) argument
262 do_section_info(unsigned int shndx) argument
267 do_section_addralign(unsigned int shndx) argument
300 adjust_shndx(unsigned int shndx) argument
[all...]
H A Dmapfile.h82 print_input_section(Relobj*, unsigned int shndx);
104 unsigned int shndx);
H A Dcopy-relocs.cc43 unsigned int shndx,
50 if (this->need_copy_reloc(sym, object, shndx))
56 this->save(sym, object, shndx, output_section,
69 unsigned int shndx) const
81 if ((object->section_flags(shndx) & elfcpp::SHF_WRITE) == 0)
141 unsigned int shndx = sym->shndx(&is_ordinary); local
153 addralign = obj->section_addralign(shndx);
156 if ((obj->section_flags(shndx) & elfcpp::SHF_WRITE) == 0)
161 if (obj->section_name(shndx)
38 copy_reloc( Symbol_table* symtab, Layout* layout, Sized_symbol<size>* sym, Sized_relobj_file<size, big_endian>* object, unsigned int shndx, Output_section* output_section, unsigned int r_type, typename elfcpp::Elf_types<size>::Elf_Addr r_offset, typename elfcpp::Elf_types<size>::Elf_Swxword r_addend, Output_data_reloc<sh_type, true, size, big_endian>* reloc_section) argument
217 save( Symbol* sym, Sized_relobj_file<size, big_endian>* object, unsigned int shndx, Output_section* output_section, unsigned int r_type, typename elfcpp::Elf_types<size>::Elf_Addr r_offset, typename elfcpp::Elf_types<size>::Elf_Swxword r_addend) argument
[all...]
H A Dcopy-relocs.h73 unsigned int shndx,
107 unsigned int shndx,
111 shndx_(shndx), output_section_(output_section),
141 unsigned int shndx) const;
147 unsigned int shndx,
105 Copy_reloc_entry(Symbol* sym, unsigned int reloc_type, Sized_relobj_file<size, big_endian>* relobj, unsigned int shndx, Output_section* output_section, Address address, Addend addend) argument
H A Ddwarf_reader.cc469 unsigned int shndx = local
471 if (shndx == 0)
477 return shndx;
489 unsigned int shndx = 0; local
507 shndx = i;
512 shndx = i;
517 if (shndx == 0)
520 this->buffer_ = object->decompressed_section_contents(shndx,
539 && object->section_info(i) == shndx)
706 attr_value.aux.shndx
719 unsigned int shndx = local
732 unsigned int shndx = local
747 unsigned int shndx = local
798 unsigned int shndx = local
808 unsigned int shndx = local
819 unsigned int shndx = local
833 unsigned int shndx = local
1119 ref_attribute(unsigned int attr, unsigned int* shndx) argument
1149 address_attribute(unsigned int attr, unsigned int* shndx) argument
1456 unsigned int shndx = this->reloc_mapper_->get_reloc_target(attr_off, &value); local
1525 unsigned int shndx; // the section address refers to member in struct:gold::LineStateMachine
1942 read_lines(unsigned const char* lineptr, unsigned int shndx) argument
2005 const unsigned int shndx = local
2021 read_line_mappings(unsigned int shndx) argument
2183 do_addr2line( unsigned int shndx, off_t offset, std::vector<std::string>* other_lines) argument
2284 unsigned int shndx; member in struct:gold::Addr2line_cache_entry
2302 one_addr2line(Object* object, unsigned int shndx, off_t offset, size_t cache_size, std::vector<std::string>* other_lines) argument
[all...]
H A Dehframe.h167 Fde(Relobj* object, unsigned int shndx, section_offset_type input_offset, argument
172 this->u_.from_object.shndx = shndx;
199 this->object_->add_merge_mapping(output_data, this->u_.from_object.shndx,
231 unsigned int shndx; member in struct:gold::Fde::__anon547::__anon548
270 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset, argument
274 shndx_(shndx),
396 unsigned int shndx, unsigned int reloc_shndx,
419 do_output_offset(const Relobj*, unsigned int shndx,
467 unsigned int shndx,
[all...]
H A Dobject.cc131 unsigned int shndx = elfcpp::Swap<32, big_endian>::readval(contents + i); local
133 this->symtab_xindex_.push_back(this->adjust_shndx(shndx));
149 unsigned int shndx = this->symtab_xindex_[symndx]; local
150 if (shndx < elfcpp::SHN_LORESERVE || shndx >= object->shnum())
153 symndx, shndx);
156 return shndx;
181 Object::section_contents(unsigned int shndx, section_size_type* plen, argument
183 { return this->do_section_contents(shndx, plen, cache); }
222 Object::handle_gnu_warning_section(const char* name, unsigned int shndx, argument
274 initialize_input_to_output_map(unsigned int shndx, typename elfcpp::Elf_types<size>::Elf_Addr starting_address, Unordered_map<section_offset_type, typename elfcpp::Elf_types<size>::Elf_Addr>* output_addresses) const argument
284 add_merge_mapping(Output_section_data *output_data, unsigned int shndx, section_offset_type offset, section_size_type length, section_offset_type output_offset) argument
293 merge_output_offset(unsigned int shndx, section_offset_type offset, section_offset_type *poutput) const argument
444 do_output_section_address( unsigned int shndx) argument
1076 elfcpp::Elf_Word shndx = local
1251 layout_section( Layout* layout, unsigned int shndx, const char* name, const typename This::Shdr& shdr, unsigned int reloc_shndx, unsigned int reloc_type) argument
1280 layout_eh_frame_section( Layout* layout, const unsigned char* symbols_data, section_size_type symbols_size, const unsigned char* symbol_names_data, section_size_type symbol_names_size, unsigned int shndx, const typename This::Shdr& shdr, unsigned int reloc_shndx, unsigned int reloc_type) argument
1974 unsigned int shndx = deferred->shndx_; local
2212 unsigned int shndx = this->adjust_sym_shndx(i, sym.get_st_shndx(), local
2331 unsigned int shndx = lv_in->input_shndx(&is_ordinary); local
2574 do_section_flags(unsigned int shndx) argument
2593 do_section_entsize(unsigned int shndx) argument
2762 get_symbol_location_info( unsigned int shndx, off_t offset, Symbol_location_info* info) argument
2839 map_to_kept_section( unsigned int shndx, bool* found) const argument
2888 decompressed_section_contents( unsigned int shndx, section_size_type* plen, bool* is_new) argument
[all...]
H A Dplugin.h507 do_section_size(unsigned int shndx);
511 do_section_name(unsigned int shndx) const;
515 do_section_contents(unsigned int shndx, section_size_type* plen,
520 do_section_flags(unsigned int shndx);
524 do_section_entsize(unsigned int shndx);
528 do_section_address(unsigned int shndx);
532 do_section_type(unsigned int shndx);
536 do_section_link(unsigned int shndx);
540 do_section_info(unsigned int shndx);
544 do_section_addralign(unsigned int shndx);
[all...]
H A Doutput.h304 set_out_shndx(unsigned int shndx) argument
305 { this->do_set_out_shndx(shndx); }
788 add_input_section(Relobj* object, unsigned int shndx) argument
789 { return this->do_add_input_section(object, shndx); }
798 output_offset(const Relobj* object, unsigned int shndx, argument
801 { return this->do_output_offset(object, shndx, offset, poutput); }
1150 unsigned int shndx, Address address, bool is_relative,
1163 unsigned int shndx, Address address, bool is_relative,
1173 Sized_relobj<size, big_endian>* relobj, unsigned int shndx,
1182 unsigned int shndx, Addres
1386 Output_reloc(Symbol* gsym, unsigned int type, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool use_plt_offset) argument
1407 Output_reloc(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, unsigned int shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset) argument
1425 Output_reloc(Output_section* os, unsigned int type, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend, bool is_relative) argument
1439 Output_reloc(unsigned int type, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend, bool is_relative) argument
1454 Output_reloc(unsigned int type, void* arg, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend) argument
1726 add_global(Symbol* gsym, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address) argument
1745 add_global_generic(Symbol* gsym, unsigned int type, Output_data* od, Relobj* relobj, unsigned int shndx, uint64_t address, uint64_t addend) argument
1769 add_global_relative(Symbol* gsym, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address) argument
1789 add_symbolless_global_addend(Symbol* gsym, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address) argument
1810 add_local(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, unsigned int shndx, Address address) argument
1832 add_local_generic(Relobj* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, unsigned int shndx, uint64_t address, uint64_t addend) argument
1856 add_local_relative(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, unsigned int shndx, Address address) argument
1865 add_local_relative(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, unsigned int shndx, Address address, bool use_plt_offset) argument
1888 add_symbolless_local_addend(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, unsigned int shndx, Address address) argument
1911 add_local_section(Sized_relobj<size, big_endian>* relobj, unsigned int input_shndx, unsigned int type, Output_data* od, unsigned int shndx, Address address) argument
1929 add_output_section(Output_section* os, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address) argument
1946 add_output_section_generic(Output_section* os, unsigned int type, Output_data* od, Relobj* relobj, unsigned int shndx, uint64_t address, uint64_t addend) argument
1967 add_output_section_relative(Output_section* os, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address) argument
1980 add_absolute(unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address) argument
1992 add_relative(unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address) argument
2006 add_target_specific(unsigned int type, void* arg, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address) argument
2042 add_global(Symbol* gsym, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend) argument
2062 add_global_generic(Symbol* gsym, unsigned int type, Output_data* od, Relobj* relobj, unsigned int shndx, uint64_t address, uint64_t addend) argument
2088 add_global_relative(Symbol* gsym, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend, bool use_plt_offset) argument
2109 add_symbolless_global_addend(Symbol* gsym, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend) argument
2131 add_local(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, unsigned int shndx, Address address, Addend addend) argument
2155 add_local_generic(Relobj* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, unsigned int shndx, uint64_t address, uint64_t addend) argument
2181 add_local_relative(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, unsigned int shndx, Address address, Addend addend, bool use_plt_offset) argument
2204 add_symbolless_local_addend(Sized_relobj<size, big_endian>* relobj, unsigned int local_sym_index, unsigned int type, Output_data* od, unsigned int shndx, Address address, Addend addend) argument
2228 add_local_section(Sized_relobj<size, big_endian>* relobj, unsigned int input_shndx, unsigned int type, Output_data* od, unsigned int shndx, Address address, Addend addend) argument
2246 add_output_section(Output_section* os, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend) argument
2266 add_output_section_generic(Output_section* os, unsigned int type, Output_data* od, Relobj* relobj, unsigned int shndx, uint64_t address, uint64_t addend) argument
2287 add_output_section_relative(Output_section* os, unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend) argument
2305 add_absolute(unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend) argument
2321 add_relative(unsigned int type, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend) argument
2338 add_target_specific(unsigned int type, void* arg, Output_data* od, Sized_relobj<size, big_endian>* relobj, unsigned int shndx, Address address, Addend addend) argument
2938 add(unsigned int symndx, unsigned int shndx) argument
2971 Output_relaxed_input_section(Relobj* relobj, unsigned int shndx, uint64_t addralign) argument
2983 shndx() const function in class:gold::Output_relaxed_input_section
2992 set_shndx(unsigned int shndx) argument
3122 add_relaxed_input_section(const Relobj* relobj, unsigned int shndx, Output_relaxed_input_section* poris) argument
3729 Input_section(Relobj* object, unsigned int shndx, off_t data_size, uint64_t addralign) argument
3923 add_input_section(Relobj* object, unsigned int shndx) argument
4159 do_set_out_shndx(unsigned int shndx) argument
[all...]
H A Ddwp.cc165 section_type(unsigned int shndx) argument
166 { return this->obj_->section_type(shndx); }
170 section_name(unsigned int shndx) argument
171 { return this->obj_->section_name(shndx); }
177 section_contents(unsigned int shndx, section_size_type* plen, bool* is_new) argument
178 { return this->obj_->decompressed_section_contents(shndx, plen, is_new); }
207 copy_section(Dwp_output_file* output_file, unsigned int shndx,
270 do_section_type(unsigned int shndx) argument
271 { return this->elf_file_.section_type(shndx); }
275 do_section_name(unsigned int shndx) cons
280 do_section_size(unsigned int shndx) argument
688 Dwo_name_info_reader(Relobj* object, unsigned int shndx) argument
720 Unit_reader(bool is_type_unit, Relobj* object, unsigned int shndx) argument
812 do_section_contents( unsigned int shndx, section_size_type* plen, bool cache) argument
1119 read_unit_index(unsigned int shndx, unsigned int *debug_shndx, Dwp_output_file* output_file, bool is_tu_index) argument
1132 sized_read_unit_index(unsigned int shndx, unsigned int *debug_shndx, Dwp_output_file* output_file, bool is_tu_index) argument
1272 verify_dwo_list(unsigned int shndx, const File_list& files) argument
1282 sized_verify_dwo_list(unsigned int shndx, const File_list& files) argument
1411 copy_section(Dwp_output_file* output_file, unsigned int shndx, elfcpp::DW_SECT section_id) argument
1517 unsigned int shndx = (is_debug_types local
1629 unsigned int shndx = this->section_id_map_[section_id]; local
1955 unsigned int shndx = this->add_output_section(section_name, align); local
[all...]
H A Ddwarf_reader.h304 : shndx(a_shndx), start(a_start), end(a_end)
307 unsigned int shndx; member in struct:gold::Dwarf_range_list::Range
317 add(unsigned int shndx, off_t start, off_t end) argument
318 { this->range_list_.push_back(Range(shndx, start, end)); }
490 unsigned int shndx; member in union:gold::Dwarf_die::Attribute_value::__anon546
585 ref_attribute(unsigned int attr, unsigned int* shndx);
589 address_attribute(unsigned int attr, unsigned int* shndx);
695 unsigned int shndx,
699 symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx),
965 addr2line(unsigned int shndx, off_ argument
691 Dwarf_info_reader(bool is_type_unit, Relobj* object, const unsigned char* symtab, off_t symtab_size, unsigned int shndx, unsigned int reloc_shndx, unsigned int reloc_type) argument
[all...]
H A Dincremental.h376 add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) argument
377 { this->sections_.push_back(Input_section(shndx, name_key, sh_size)); }
438 Input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) argument
439 : shndx_(shndx), name_key_(name_key), sh_size_(sh_size)
592 report_input_section(Object* obj, unsigned int shndx, const char* name,
727 shndx() const function in class:gold::Incremental_global_symbol_reader
1623 output_section(unsigned int shndx) argument
1624 { return this->section_map_[shndx]; }
1900 do_section_size(unsigned int shndx);
1904 do_section_name(unsigned int shndx) cons
[all...]
H A Dsymtab.cc123 this->u_.from_object.shndx = st_shndx;
316 Symbol::is_common_shndx(unsigned int shndx) argument
318 return (shndx == elfcpp::SHN_COMMON
319 || shndx == parameters->target().small_common_shndx()
320 || shndx == parameters->target().large_common_shndx());
361 unsigned int shndx = this->shndx(&is_ordinary); local
362 if (is_ordinary && shndx != elfcpp::SHN_UNDEF
363 && !relobj->is_section_included(shndx)
364 && !symtab->is_section_folded(relobj, shndx))
490 unsigned int shndx = this->u_.from_object.shndx; local
655 unsigned int shndx = sym->shndx(&is_ordinary); local
741 unsigned int shndx = from->shndx(&is_ordinary); local
2748 unsigned int shndx = sym->shndx(&is_ordinary); local
2927 unsigned int shndx = sym->shndx(&is_ordinary); local
3046 unsigned int shndx; local
3219 unsigned int shndx; local
3263 sized_write_symbol( Sized_symbol<size>* sym, typename elfcpp::Elf_types<size>::Elf_Addr value, unsigned int shndx, elfcpp::STB binding, const Stringpool* pool, unsigned char* p) const argument
3389 unsigned int shndx = os->out_shndx(); local
[all...]
H A Dtarget-reloc.h80 unsigned int shndx = lsym.get_st_shndx(); local
82 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
97 && shndx != elfcpp::SHN_UNDEF
98 && !object->is_section_included(shndx)
99 && !symtab->is_section_folded(object, shndx));
307 unsigned int shndx; local
321 shndx = psymval->input_shndx(&is_ordinary);
324 && shndx != elfcpp::SHN_UNDEF
325 && !object->is_section_included(shndx)
699 unsigned int shndx = lsym.get_st_shndx(); local
[all...]
H A Dincremental-dump.cc211 for (unsigned int shndx = 0; shndx < nsections; ++shndx)
214 input_file.get_input_section(shndx));
215 printf(" %3d %6d %8lld %8lld %s\n", shndx + 1,
294 "outndx", "shndx", "offset", "chain", "#relocs", "rbase");
329 info.shndx() == -1U ? -1 : info.shndx(),
334 (info.shndx() == -1U
336 : info.shndx()
[all...]
H A Dnacl.h200 for (unsigned int shndx = 1; shndx < shnum; ++shndx)
202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE)
204 Sniff_file::Location loc = elf_file.section_contents(shndx);
/haiku-buildtools/binutils/gold/testsuite/
H A Dplugin_section_order.c128 unsigned int shndx; local
143 for (shndx = 0; shndx < count; ++shndx)
149 section.shndx = shndx;
167 section_list[position].shndx = shndx;
H A Dplugin_section_alignment.cc195 unsigned shndx; local
206 for (shndx = 0; shndx < count; ++shndx) {
210 section.shndx = shndx;
217 si.plugin_section.shndx = shndx;
257 si.plugin_section.shndx, si.name.c_str(), si.align,
/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Dextract_symvers.pl103 (undef, undef, undef, $type, $bind, $oth, undef, $shndx, $name) = split;
113 next if ($shndx eq "UNDEF");

Completed in 243 milliseconds

1234