Home
last modified time | relevance | path

Searched refs:code_align (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2-frame.c131 ULONGEST code_align; member
282 fs->pc += (insn & 0x3f) * fs->code_align; in execute_cfa_program()
310 fs->pc += utmp * fs->code_align; in execute_cfa_program()
315 fs->pc += utmp * fs->code_align; in execute_cfa_program()
320 fs->pc += utmp * fs->code_align; in execute_cfa_program()
669 fs->code_align = fde->cie->code_alignment_factor; in dwarf2_frame_cache()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf-eh-frame.c192 && c1->code_align == c2->code_align in cie_compare()
580 REQUIRE (read_uleb128 (&buf, end, &cie.code_align)); in _bfd_elf_discard_section_eh_frame()
Delf-bfd.h273 bfd_vma code_align; member