Home
last modified time | relevance | path

Searched refs:section_start (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Daout-adobe.c376 file_ptr section_start; in aout_adobe_set_section_contents() local
384 section_start = N_TXTOFF (ignore<-->me); in aout_adobe_set_section_contents()
390 sect->filepos = section_start; in aout_adobe_set_section_contents()
392 section_start += sect->size; in aout_adobe_set_section_contents()
400 sect->filepos = section_start; in aout_adobe_set_section_contents()
402 section_start += sect->size; in aout_adobe_set_section_contents()
411 sect->filepos = section_start; in aout_adobe_set_section_contents()
413 section_start += sect->size; in aout_adobe_set_section_contents()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Daout-adobe.c422 file_ptr section_start; local
430 section_start = N_TXTOFF (ignore<-->me);
436 sect->filepos = section_start;
438 section_start += sect->_raw_size;
446 sect->filepos = section_start;
448 section_start += sect->_raw_size;
457 sect->filepos = section_start;
459 section_start += sect->_raw_size;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp132 offset_t section_start; in CreateSections() local
143 /*file_vm_addr*/ 0, /*vm_size*/ 0, section_start, in CreateSections()
144 end_offset - section_start, /*log2align*/ 0, /*flags*/ 0); in CreateSections()
165 section_start = line.bytes_begin() - m_data.GetDataStart(); in CreateSections()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c2904 unsigned char *section_start = start; in display_debug_frames() local
2935 (unsigned long)(saved_start - section_start)); in display_debug_frames()
3022 (unsigned long)(saved_start - section_start), length, cie_id, in display_debug_frames()
3028 (unsigned long)(saved_start - section_start), length, cie_id); in display_debug_frames()
3079 look_for = is_eh ? start - 4 - cie_id : section_start + cie_id; in display_debug_frames()
3088 cie_id, (unsigned long)(saved_start - section_start)); in display_debug_frames()
3124 fc->pc_begin += section->address + (start - section_start); in display_debug_frames()
3137 (unsigned long)(saved_start - section_start), length, cie_id, in display_debug_frames()
3138 (unsigned long)(cie->chunk_start - section_start), in display_debug_frames()
3330 vma += section->address + (start - section_start); in display_debug_frames()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c8683 unsigned char *section_start = start; in display_debug_frames() local
8715 (unsigned long)(saved_start - section_start)); in display_debug_frames()
8781 (unsigned long)(saved_start - section_start), length, cie_id, in display_debug_frames()
8787 (unsigned long)(saved_start - section_start), length, cie_id); in display_debug_frames()
8838 look_for = is_eh ? start - 4 - cie_id : section_start + cie_id; in display_debug_frames()
8879 fc->pc_begin += section->sh_addr + (start - section_start); in display_debug_frames()
8892 (unsigned long)(saved_start - section_start), length, cie_id, in display_debug_frames()
8893 (unsigned long)(cie->chunk_start - section_start), in display_debug_frames()
9080 vma += section->sh_addr + (start - section_start); in display_debug_frames()
/openbsd-src/gnu/llvm/lld/ELF/
H A DOptions.td377 defm section_start: Eq<"section-start", "Set address of section">,