Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpoint.cpp530 Address section_addr(break_loc_sp->GetAddress()); in ModulesChanged() local
531 if (section_addr.SectionWasDeleted()) { in ModulesChanged()
539 SectionSP section_sp(section_addr.GetSection()); in ModulesChanged()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c500 bfd_vma section_addr; local
522 section_addr = section->output_section->vma + section->output_offset;
546 (section_addr + sym_off + rel->r_addend
564 if (address >= section_addr
565 && address < ( section_addr + section->_raw_size))
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c581 bfd_vma section_addr; in xtensa_read_table_entries() local
617 section_addr = section->output_section->vma + section->output_offset; in xtensa_read_table_entries()
619 section_addr = section->vma; in xtensa_read_table_entries()
644 (section_addr + sym_off + rel->r_addend in xtensa_read_table_entries()
668 if (address >= section_addr in xtensa_read_table_entries()
669 && address < section_addr + section_limit) in xtensa_read_table_entries()