Searched refs:section_start (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Daout-adobe.c377 file_ptr section_start;
385 section_start = N_TXTOFF (ignore<-->me);
391 sect->filepos = section_start;
393 section_start += sect->size;
401 sect->filepos = section_start;
403 section_start += sect->size;
412 sect->filepos = section_start;
414 section_start += sect->size;
376 file_ptr section_start; local
/haiku-buildtools/binutils/bfd/
H A Daout-adobe.c374 file_ptr section_start;
382 section_start = N_TXTOFF (0);
388 sect->filepos = section_start;
390 section_start += sect->size;
398 sect->filepos = section_start;
400 section_start += sect->size;
409 sect->filepos = section_start;
411 section_start += sect->size;
373 file_ptr section_start; local
H A DpeXXigen.c2306 bfd_byte * section_start;
2338 fprintf (file, _("%03x %*.s Entry: "), (int)(data - regions->section_start), indent, " ");
2349 name = regions->section_start + WithoutHighBit (entry);
2351 name = regions->section_start + entry - rva_bias;
2353 if (name + 2 < regions->section_end && name > regions->section_start)
2404 data = regions->section_start + WithoutHighBit (entry);
2405 if (data <= regions->section_start || data > regions->section_end)
2414 leaf = regions->section_start + entry;
2418 || leaf < regions->section_start)
2431 || (regions->section_start
2303 bfd_byte * section_start; member in struct:rsrc_regions
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c2898 unsigned char *section_start = start; local
2929 (unsigned long)(saved_start - section_start));
3016 (unsigned long)(saved_start - section_start), length, cie_id,
3022 (unsigned long)(saved_start - section_start), length, cie_id);
3073 look_for = is_eh ? start - 4 - cie_id : section_start + cie_id;
3082 cie_id, (unsigned long)(saved_start - section_start));
3118 fc->pc_begin += section->address + (start - section_start);
3131 (unsigned long)(saved_start - section_start), length, cie_id,
3132 (unsigned long)(cie->chunk_start - section_start),
3322 vma += section->address + (start - section_start);
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c5820 unsigned char *section_start = start; local
5855 (unsigned long)(saved_start - section_start));
5882 (unsigned long) (saved_start - section_start));
5912 printf ("\n%08lx ", (unsigned long) (saved_start - section_start));
5961 look_for = section_start + cie_id;
6034 (unsigned long) (saved_start - section_start));
6113 (unsigned long)(saved_start - section_start),
6116 (unsigned long)(cie->chunk_start - section_start));
/haiku-buildtools/binutils/gold/
H A Doptions.h1207 DEFINE_special(section_start, options::TWO_DASHES, '\0',
1657 section_start(const char* secname, uint64_t* paddr) const;
H A Doptions.cc534 General_options::section_start(const char* secname, uint64_t* paddr) const function in class:gold::General_options
H A Darm.cc5381 Arm_address section_start;
5387 section_start = os->address() + output_offset;
5400 section_start = poris->address();
5405 Arm_address output_address = section_start + section_size;
6318 Mapping_symbol_position section_start(shndx, 0);
6320 this->mapping_symbols_info_.lower_bound(section_start);
6680 Mapping_symbol_position section_start(i, 0);
6682 this->mapping_symbols_info_.lower_bound(section_start);
H A Daarch64.cc2257 Mapping_symbol_position section_start(shndx, 0);
2260 this->mapping_symbol_info_.lower_bound(section_start);
H A Dscript-sections.cc2470 && parameters->options().section_start(this->output_section_->name(),
H A Dlayout.cc1936 bool is_address_set = parameters->options().section_start(os->name(), &addr);

Completed in 381 milliseconds