HomeSort by: relevance | last modified time | path
    Searched refs:l_flags (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf64.d 52 Elf64_Word l_flags;
  /src/external/gpl3/binutils/dist/include/elf/
mips.h 523 unsigned long l_flags;
533 unsigned char l_flags[4];
536 /* The l_flags field of an Elf32_Lib structure may contain the
522 unsigned long l_flags; member in struct:__anon8155
532 unsigned char l_flags[4]; member in struct:__anon8156
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 523 unsigned long l_flags;
533 unsigned char l_flags[4];
536 /* The l_flags field of an Elf32_Lib structure may contain the
522 unsigned long l_flags; member in struct:__anon9619
532 unsigned char l_flags[4]; member in struct:__anon9620
  /src/sys/dev/ic/
bwivar.h 306 uint8_t l_flags; /* BWI_LED_F_ */ member in struct:bwi_led
bwi.c 6657 led->l_flags |= BWI_LED_F_ACTLOW;
6665 led->l_flags |= BWI_LED_F_BLINK;
6667 led->l_flags |= BWI_LED_F_POLLABLE;
6669 led->l_flags |= BWI_LED_F_SLOW;
6673 if (led->l_flags & BWI_LED_F_SLOW)
6680 led->l_flags & BWI_LED_F_ACTLOW);
6688 if (led->l_flags & BWI_LED_F_ACTLOW)
6723 if ((led->l_flags & BWI_LED_F_BLINK) &&
6766 if ((led->l_flags & BWI_LED_F_POLLABLE) == 0)
6804 if (led->l_flags & BWI_LED_F_SLOW)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 1383 Elf32_Word l_flags;
1392 Elf64_Word l_flags;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 20787 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
20803 if (liblist.l_flags == 0)
20821 int flags = liblist.l_flags;
21766 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
21782 liblist.l_version, liblist.l_flags);
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 19893 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
19909 if (liblist.l_flags == 0)
19927 int flags = liblist.l_flags;
20630 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
20646 liblist.l_version, liblist.l_flags);

Completed in 57 milliseconds