LCOV - code coverage report
Current view: top level - include/llvm/Support/ELFRelocs - i386.def (source / functions) Hit Total Coverage
Test: llvm-toolchain.info Lines: 41 41 100.0 %
Date: 2017-05-20 02:07:48 Functions: 0 0 -
Legend: Lines: hit not hit

          Line data    Source code
       1             : 
       2             : #ifndef ELF_RELOC
       3             : #error "ELF_RELOC must be defined"
       4             : #endif
       5             : 
       6             : // TODO: this is just a subset
       7           6 : ELF_RELOC(R_386_NONE,           0)
       8          41 : ELF_RELOC(R_386_32,             1)
       9          22 : ELF_RELOC(R_386_PC32,           2)
      10          17 : ELF_RELOC(R_386_GOT32,          3)
      11          16 : ELF_RELOC(R_386_PLT32,          4)
      12          10 : ELF_RELOC(R_386_COPY,           5)
      13           6 : ELF_RELOC(R_386_GLOB_DAT,       6)
      14          13 : ELF_RELOC(R_386_JUMP_SLOT,      7)
      15          16 : ELF_RELOC(R_386_RELATIVE,       8)
      16          16 : ELF_RELOC(R_386_GOTOFF,         9)
      17          12 : ELF_RELOC(R_386_GOTPC,          10)
      18           6 : ELF_RELOC(R_386_32PLT,          11)
      19          18 : ELF_RELOC(R_386_TLS_TPOFF,      14)
      20          10 : ELF_RELOC(R_386_TLS_IE,         15)
      21          10 : ELF_RELOC(R_386_TLS_GOTIE,      16)
      22          10 : ELF_RELOC(R_386_TLS_LE,         17)
      23          10 : ELF_RELOC(R_386_TLS_GD,         18)
      24          10 : ELF_RELOC(R_386_TLS_LDM,        19)
      25           9 : ELF_RELOC(R_386_16,             20)
      26           8 : ELF_RELOC(R_386_PC16,           21)
      27          10 : ELF_RELOC(R_386_8,              22)
      28           8 : ELF_RELOC(R_386_PC8,            23)
      29           6 : ELF_RELOC(R_386_TLS_GD_32,      24)
      30           6 : ELF_RELOC(R_386_TLS_GD_PUSH,    25)
      31           6 : ELF_RELOC(R_386_TLS_GD_CALL,    26)
      32           6 : ELF_RELOC(R_386_TLS_GD_POP,     27)
      33           6 : ELF_RELOC(R_386_TLS_LDM_32,     28)
      34           6 : ELF_RELOC(R_386_TLS_LDM_PUSH,   29)
      35           6 : ELF_RELOC(R_386_TLS_LDM_CALL,   30)
      36           6 : ELF_RELOC(R_386_TLS_LDM_POP,    31)
      37          10 : ELF_RELOC(R_386_TLS_LDO_32,     32)
      38           8 : ELF_RELOC(R_386_TLS_IE_32,      33)
      39          10 : ELF_RELOC(R_386_TLS_LE_32,      34)
      40           9 : ELF_RELOC(R_386_TLS_DTPMOD32,   35)
      41           8 : ELF_RELOC(R_386_TLS_DTPOFF32,   36)
      42           8 : ELF_RELOC(R_386_TLS_TPOFF32,    37)
      43           6 : ELF_RELOC(R_386_TLS_GOTDESC,    39)
      44           6 : ELF_RELOC(R_386_TLS_DESC_CALL,  40)
      45           6 : ELF_RELOC(R_386_TLS_DESC,       41)
      46          10 : ELF_RELOC(R_386_IRELATIVE,      42)
      47          11 : ELF_RELOC(R_386_GOT32X,         43)

Generated by: LCOV version 1.13