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

  /external/e2fsprogs/e2fsck/
sigcatcher.c 22 struct str_table { struct
30 static struct str_table sig_table[] = {
133 static struct str_table generic_code_table[] = {
164 static struct str_table sigill_code_table[] = {
201 static struct str_table sigfpe_code_table[] = {
229 static struct str_table sigsegv_code_table[] = {
240 static struct str_table sigbus_code_table[] = {
254 static struct str_table sigstrap_code_table[] = {
265 static struct str_table sigcld_code_table[] = {
288 static struct str_table sigpoll_code_table[] =
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 582 Off str_table = GetSectionOffsetByIndex(str_table_index, local
584 if (str_table != 0 && str_index < str_table_size) {
585 str_table += str_index;
588 const uint8_t* p = reader_.GetBytesAt(str_table, 1);
592 str_table += 1;
    [all...]
  /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 169 milliseconds