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

  /external/llvm/test/MC/COFF/
secidx-diagnostic.s 9 .secidx bar
10 .secidx baz
secidx.s 3 // check that we produce the correct relocation for .secidx
6 .secidx Lfoo
8 .secidx Lbar
cv-empty-linetable.s 58 .secidx _f
cv-inline-linetable-infloop.s 53 .secidx infloop # Function section index
cv-inline-linetable-unreachable.s 67 .secidx _g
cv-def-range.s 71 .secidx _g # Function section index
cv-inline-linetable.s 78 .secidx "?baz@@YAXXZ"
  /external/llvm/test/MC/X86/
reloc-directive.s 18 .reloc 8, secidx, foo+8 # ASM: .reloc 8, secidx, foo+8
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
COFF_i386.s 64 .secidx __imp__OutputDebugStringA // IMAGE_REL_I386_SECTION
  /external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
COFF_Thumb.s 99 .secidx __imp_OutputDebugStringA @ IMAGE_REL_ARM_SECTION
  /external/kmod/libkmod/
libkmod-elf.c 996 uint16_t secidx; local
1006 secidx = READV(st_shndx);
1011 secidx = READV(st_shndx);
1015 if (secidx != SHN_UNDEF)
1092 uint16_t secidx; local
1101 secidx = READV(st_shndx);
1106 secidx = READV(st_shndx);
1110 if (secidx != SHN_UNDEF)

Completed in 633 milliseconds