Home
last modified time | relevance | path

Searched refs:R_386_TLS_LDM_CALL (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.h299 R_386_TLS_LDM_CALL = 30, /* Relocation for call to */ enumerator
/external/elfutils/src/
Di386_ld.c686 case R_386_TLS_LDM_CALL: in elf_i386_count_relocations()
1058 case R_386_TLS_LDM_CALL: in elf_i386_create_relocations()
/external/llvm/include/llvm/Support/
DELF.h404 R_386_TLS_LDM_CALL = 30, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py522 R_386_TLS_LDM_CALL = 30 variable in Relocs_Elf_i386
/external/elfutils/libelf/
Delf.h1163 #define R_386_TLS_LDM_CALL 30 /* Relocation for call to macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test48 ELF-32: Type: R_386_TLS_LDM_CALL (30)
/external/llvm/include/llvm/Object/
DELF.h1641 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_TLS_LDM_CALL);