Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Ddbxread.c623 asection *text_sect; in dbx_symfile_init() local
643 text_sect = bfd_get_section_by_name (sym_bfd, ".text"); in dbx_symfile_init()
644 if (!text_sect) in dbx_symfile_init()
646 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect); in dbx_symfile_init()
647 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect); in dbx_symfile_init()
3506 asection *text_sect; in stabsect_build_psymtabs() local
3522 text_sect = bfd_get_section_by_name (sym_bfd, text_name); in stabsect_build_psymtabs()
3523 if (!text_sect) in stabsect_build_psymtabs()
3525 DBX_TEXT_ADDR (objfile) = bfd_section_vma (sym_bfd, text_sect); in stabsect_build_psymtabs()
3526 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect); in stabsect_build_psymtabs()
H A Dmdebugread.c2250 asection *text_sect; in parse_partial_symbols() local
2259 text_sect = bfd_get_section_by_name (cur_bfd, ".text"); in parse_partial_symbols()
2260 if (text_sect != NULL in parse_partial_symbols()
2261 && (bfd_get_section_flags (cur_bfd, text_sect) & SEC_RELOC)) in parse_partial_symbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp505 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction() local
506 if (text_sect.get()) { in GetCompactUnwindInfoForFunction()
507 text_section_file_address = text_sect->GetFileAddress(); in GetCompactUnwindInfoForFunction()