Searched refs:str_table (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dsigcatcher.c23 struct str_table { struct
31 static struct str_table sig_table[] = {
134 static struct str_table generic_code_table[] = {
165 static struct str_table sigill_code_table[] = {
202 static struct str_table sigfpe_code_table[] = {
230 static struct str_table sigsegv_code_table[] = {
241 static struct str_table sigbus_code_table[] = {
255 static struct str_table sigstrap_code_table[] = {
266 static struct str_table sigcld_code_table[] = {
289 static struct str_table sigpoll_code_tabl
[all...]
/external/syslinux/com32/lib/sys/module/
H A Delf_module.c80 module->str_table =
225 if (module->str_table) {
236 dep = module->str_table + module->needed[i];
H A Dcommon.c54 fprintf(stderr,"%s %d\n", module->str_table + crt_sym->st_name, crt_sym->st_value);
327 crt_name = module->str_table + crt_sym->st_name;
474 if (strcmp(name, module->str_table + crt_sym->st_name) == 0)
529 if (strcmp(name, module->str_table + crt_sym->st_name) == 0) {
549 if (strcmp(name, module->str_table + crt_sym->st_name) == 0)
/external/syslinux/com32/include/sys/
H A Dmodule.h106 char *str_table; // The string table member in struct:elf_module
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c211 global_find_symbol(module->str_table + sym_ref->st_name,
216 module->str_table + sym_ref->st_name);
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c211 global_find_symbol(module->str_table + sym_ref->st_name,
216 module->str_table + sym_ref->st_name);
/external/syslinux/com32/lua/src/
H A Ddmi.c66 void get_bool_table(lua_State *L, const char *str_table[], int n_elem, argument
71 if (!str_table[i] || !*str_table[i]) /* aviod NULL/empty string */
74 lua_pushstring(L, str_table[i]);
/external/syslinux/core/elflink/
H A Dload_env32.c41 .str_table = __dynstr_start,

Completed in 196 milliseconds