Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 211) sorted by relevance

123456789

/openbmc/linux/arch/s390/kernel/
H A Dvmlinux.lds.S54 *(.text.*_indirect_*)
57 _etext = .; /* End of text section */
93 _sinittext = .;
96 _einittext = .;
159 *(.amode31.text)
162 _etext_amode31 = .;
/openbmc/linux/drivers/s390/net/
H A Dctcm_dbug.h79 #define CTCM_DBF_TEXT(name, level, text) \ argument
90 #define CTCM_DBF_TEXT_(name, level, text...) \ argument
98 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument
104 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument
110 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument
123 #define CTCM_DBF_DEV(cat, dev, text) \ argument
129 #define MPC_DBF_DEV(cat, dev, text) \ argument
135 #define CTCMY_DBF_DEV(cat, dev, text) \ argument
/openbmc/linux/arch/s390/purgatory/
H A Dpurgatory.lds.S14 _head = . ;
16 _ehead = . ;
20 *(.text)
22 _etext = . ;
/openbmc/u-boot/test/dm/
H A Dosd.c19 static void split(u8 *mem, uint size, u8 *text, u8 *colors) in split()
34 u8 text[memsize / 2]; in print_mem() local
59 u8 text[memsize / 2]; in dm_test_osd_basics() local
137 u8 text[memsize / 2]; in dm_test_osd_extended() local
/openbmc/linux/arch/x86/boot/compressed/
H A Dvmlinux.lds.S26 _head = . ;
28 _ehead = . ;
35 *(.text)
38 _etext = . ;
/openbmc/linux/arch/arm/boot/bootp/
H A Dbootp.lds15 *(.text)
16 initrd_size = initrd_end - initrd_start;
17 _etext = .;
/openbmc/linux/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S22 _head = . ;
24 _ehead = . ;
58 *(.text)
60 _etext = . ;
/openbmc/linux/arch/xtensa/boot/boot-redboot/
H A Dboot.ld11 *(.literal .text.literal .text)
12 _text_end = . ;
/openbmc/linux/tools/perf/ui/tui/
H A Dutil.c75 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window()
167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window()
216 void ui__info_window(const char *title, const char *text) in ui__info_window()
224 int ui__question_window(const char *title, const char *text, in ui__question_window()
234 int ui__help_window(const char *text) in ui__help_window()
/openbmc/linux/arch/riscv/kernel/
H A Dvmlinux.lds.S54 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) ALIGN(SECTION_ALIGN) { \
55 _sinittext = .; \
57 _einittext = .; \
H A Dvmlinux-xip.lds.S40 _text = .;
41 _stext = .;
49 _etext = .;
/openbmc/linux/tools/perf/util/
H A Dparse-events.l38 char *text = parse_events_get_text(scanner); in value() local
46 char *text = parse_events_get_text(scanner); in str() local
84 char *text = parse_events_get_text(scanner); in drv_str() local
130 char *text = parse_events_get_text(scanner); in hw_term() local
/openbmc/linux/drivers/s390/cio/
H A Dqdio_debug.h28 #define DBF_EVENT(text...) \ argument
40 #define DBF_ERROR(text...) \ argument
52 #define DBF_DEV_EVENT(level, device, text...) \ argument
/openbmc/linux/include/kunit/
H A Dassert.h105 const char *text; member
140 const struct kunit_binary_assert_text *text; member
163 const struct kunit_binary_assert_text *text; member
186 const struct kunit_binary_assert_text *text; member
211 const struct kunit_binary_assert_text *text; member
/openbmc/linux/arch/s390/boot/
H A Dvmlinux.lds.S22 _head = . ;
24 _ehead = . ;
32 *(.text)
34 _etext = . ;
/openbmc/linux/arch/sh/boot/romimage/
H A Dvmlinux.scr4 zero_page_pos = .;
6 end_data = .;
/openbmc/u-boot/test/py/tests/
H A Dtest_fit.py194 def make_kernel(filename, text): argument
210 def make_ramdisk(filename, text): argument
224 def find_matching(text, match): argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_formats.hpp12 text = 3, enumerator
20 text = 1 enumerator
/openbmc/u-boot/tools/patman/
H A Dterminal.py30 def __init__(self, text, newline, colour): argument
39 def Print(text='', newline=True, colour=None): argument
141 def Color(self, color, text, bright=True): argument
/openbmc/u-boot/arch/mips/cpu/
H A Du-boot.lds16 *(.text*)
17 __text_end = .;
/openbmc/linux/arch/openrisc/kernel/
H A Dvmlinux.lds.S60 *(.text.__*)
61 _etext = .;
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dnewcustomimage_modal.js113 function showNameError(text){ argument
119 function showRecipeError(text){ argument
/openbmc/linux/arch/powerpc/boot/
H A DzImage.coff.lds.S10 *(.text)
12 _etext = .;
/openbmc/linux/arch/microblaze/kernel/
H A Dvmlinux.lds.S31 _text = . ;
32 _stext = . ;
44 _etext = . ;
/openbmc/ipmitool/lib/
H A Dipmi_pef.c151 ipmi_pef_print_dec(const char * text, uint32_t val) in ipmi_pef_print_dec()
157 ipmi_pef_print_int(const char * text, uint32_t val) in ipmi_pef_print_int()
163 ipmi_pef_print_hex(const char * text, uint32_t val) in ipmi_pef_print_hex()
169 ipmi_pef_print_str(const char * text, const char * val) in ipmi_pef_print_str()
175 ipmi_pef_print_2xd(const char * text, uint8_t u1, uint8_t u2) in ipmi_pef_print_2xd()
182 ipmi_pef_print_1xd(const char * text, uint32_t val) in ipmi_pef_print_1xd()

123456789