HomeSort by relevance Sort by last modified time
    Searched refs:str_table (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/e2fsck/
sigcatcher.c 23 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_table[] =
    [all...]
  /external/syslinux/com32/lib/sys/module/
elf_module.c 80 module->str_table =
225 if (module->str_table) {
236 dep = module->str_table + module->needed[i];
common.c 54 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/
module.h 106 char *str_table; // The string table member in struct:elf_module
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 211 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/
elf_module.c 211 global_find_symbol(module->str_table + sym_ref->st_name,
216 module->str_table + sym_ref->st_name);
  /external/syslinux/com32/lua/src/
dmi.c 66 void get_bool_table(lua_State *L, const char *str_table[], int n_elem,
71 if (!str_table[i] || !*str_table[i]) /* aviod NULL/empty string */
74 lua_pushstring(L, str_table[i]);
  /external/syslinux/core/elflink/
load_env32.c 41 .str_table = __dynstr_start,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 679 char *str_table; \/* pointer to string table *\/ member in struct:termtype
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 679 char *str_table; \/* pointer to string table *\/ member in struct:termtype
    [all...]

Completed in 212 milliseconds