Searched refs:text (Results 26 - 50 of 58) sorted by relevance

123

/gem5/src/base/loader/
H A Delf_object.cc297 text.size = data.size = bss.size = 0;
298 text.baseAddr = data.baseAddr = bss.baseAddr = 0;
317 if (!strcmp(".text", sec_name)) {
336 // out information about the text, data, and bss areas needed by other
360 // Check to see if this is the text or data segment
368 text.baseAddr = phdr.p_paddr;
369 text.size = phdr.p_filesz;
370 text.fileImage = fileData + phdr.p_offset;
388 warn_if(text.size == 0,
389 "Empty .text segmen
[all...]
H A Dobject_file.cc61 text{0, nullptr, 0}, data{0, nullptr, 0}, bss{0, nullptr, 0}
97 return (loadSection(&text, mem_proxy, addr_mask, offset)
/gem5/system/alpha/console/
H A Dpaljtoslave.S48 .text 3
H A Dpaljtokern.S59 .text 3
H A Ddbmentry.S36 .text
/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp.s16 .text
H A Dvax_b.s14 .text
H A Dm88k_b.s14 .text
H A Dpowerpc_mach_b.s14 .text
H A Dpowerpc_sys5_b.s14 .text
H A Dksr1.s42 # pointer to the constant area, and the constant area has the text
87 .text
157 # block is passed in, so we must derefence it to get the helper's text
277 .text
340 .text
347 finop ; ld8 0(%c10),%c4 # `only' text location
374 .text
388 finop ; ld8 0(%c10),%c4 # `startup' text loc.
406 finop ; ld8 0(%c10),%c4 # `only' text location
H A Dpowerpc_mach.s162 .text
H A Dpowerpc_sys5.s156 .text
/gem5/src/arch/
H A Dmicro_asm.py141 container.labels[label.text] = microop
143 container.externs[label.text] = microop
223 # Parameters are a string of text which don't contain an unescaped statement
452 label.text = t[1]
459 label.text = t[2]
/gem5/tests/test-progs/asmtest/src/riscv/env/ps/
H A Driscv_test.h112 .section .text.init; \
/gem5/tests/
H A Dtests.py51 def _fill_text(self, text, width, indent):
54 for p in text.split("\n\n") ])
58 "text" : testing.results.Text,
65 parser.add_argument("--format", choices=formatters, default="text",
220 The 'text' format is a verbose output format that provides
230 status. Similar to the text format, it includes detailed
/gem5/util/
H A Dfind_copyrights.py73 text = line[cpp_match.end():].lstrip()
74 if text.startswith("Copyright") > 0:
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h109 .section .text.init; \
/gem5/system/arm/aarch64_bootloader/
H A Dboot.S39 .text
/gem5/ext/testlib/
H A Dhelper.py399 (_, tfname) = tempfile.mkstemp(text=True)
421 (_, tfname) = tempfile.mkstemp(text=True)
/gem5/tests/testing/
H A Dresults.py170 """Output test results as text."""
195 """Output test results as a text summary"""
259 x_state.text = "\n".join(msg)
/gem5/ext/mcpat/
H A DxmlParser.h349 XMLCSTR getText(int i=0) const; ///< return ith text field
350 int nText() const; ///< nbr of text field
376 XMLNodeContents enumContents(XMLElementPosition i) const; ///< enumerate all the different contents (attribute,child,text, clear) of the current XMLNode. The order is reflecting the order of the original file/string. NOTE: 0 <= i < nElement();
397 * the position where the childNode, the text or the XMLClearTag will be inserted. The default value (pos=-1) inserts at the
410 XMLCSTR addText(XMLCSTR lpszValue, XMLElementPosition pos=-1); ///< Add a new text content
427 XMLCSTR updateText(XMLCSTR lpszNewValue, int i=0); ///< if the text to update is missing, a new one will be added
428 XMLCSTR updateText(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue); ///< if the text to update is missing, a new one will be added
445 void deleteText(int i=0); ///< Delete the Ith text content of the current XMLNode
446 void deleteText(XMLCSTR lpszValue); ///< Delete the text content "lpszValue" inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the right text)
640 XMLCSTR text; member in struct:XMLNodeContents
[all...]
/gem5/ext/ply/ply/
H A Dcpp.py160 # Utility function. Given a string of text, tokenize into a list of tokens
163 def tokenize(self,text):
165 self.lexer.input(text)
258 # function forms the lowest level of the preprocessor---grouping into text into
512 # Get macro replacement text
710 # Normal text
853 # Parse input text.
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h103 // The text used in failure messages to indicate the start of the
520 // value_param text representation of the test's value parameter,
1184 // either a boolean expression or an AssertionResult. text is a textual
1186 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \
1193 gtest_ar_, text, #actual, #expected).c_str())
/gem5/src/mem/slicc/symbols/
H A DStateMachine.py1416 def frameRef(self, click_href, click_target, over_href, over_num, text):
1422 ${{html.formatShorthand(text)}}
1498 text = html.formatShorthand(state.short)

Completed in 43 milliseconds

123