Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/binutils/
HDod-xcoff.c1288 const char *text, bfd_size_type text_size, in dump_xcoff32_tbtags() argument
1293 if (func_start - text_start > text_size) in dump_xcoff32_tbtags()
1298 for (i = func_start - text_start; i < text_size; i+= 4) in dump_xcoff32_tbtags()
1306 if (i + 8 >= text_size) in dump_xcoff32_tbtags()
1346 if (off >= text_size) in dump_xcoff32_tbtags()
1357 if (off >= text_size) in dump_xcoff32_tbtags()
1368 if (off >= text_size) in dump_xcoff32_tbtags()
1379 if (off >= text_size) in dump_xcoff32_tbtags()
1386 if (off >= text_size) in dump_xcoff32_tbtags()
1398 if (off >= text_size) in dump_xcoff32_tbtags()
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDgdb-stabs.h54 int text_size; /* Size of text section */ member
82 #define DBX_TEXT_SIZE(o) (DBX_SYMFILE_INFO(o)->text_size)
HDdbxread.c1206 int text_size; in read_dbx_symtab() local
1233 text_size = DBX_TEXT_SIZE (objfile); in read_dbx_symtab()
2184 + text_size; in read_dbx_symtab()
2528 int text_size; /* Size of text segment for symbols */ in read_ofile_symtab() local
2534 text_size = pst->texthigh - pst->textlow; in read_ofile_symtab()
2701 pst->symtab = end_symtab (text_offset + text_size, objfile, in read_ofile_symtab()
/dragonfly/contrib/gdb-7/bfd/
HDlibaout.h629 bfd_size_type text_size; /* Dummy vars. */ \
633 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
/dragonfly/sys/kern/
HDimgact_elf.c610 u_long text_size = 0, data_size = 0, total_size = 0; in __CONCAT() local
776 text_size = seg_size; in __CONCAT()
792 text_size > maxtsiz || in __CONCAT()
809 vmspace->vm_tsize = text_size; /* in bytes */ in __CONCAT()
/dragonfly/contrib/binutils-2.27/gold/
HDarm.cc1419 uint32_t addralign, uint32_t text_size) in Arm_exidx_input_section() argument
1421 addralign_(addralign), text_size_(text_size), has_errors_(false) in Arm_exidx_input_section()
1456 text_size() const in text_size() function in __anon4fa87c440111::Arm_exidx_input_section
5360 convert_to_section_size_type(exidx_input_section->text_size()); in do_fixed_endian_write()