Searched defs:R_386_32 (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/com32/include/sys/
H A Delfcommon.h314 #define R_386_32 1 /* Direct 32 bit */ macro
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py499 R_386_32 = 1 variable in class:Relocs_Elf_i386
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h376 R_386_32 = 1, enumerator in enum:llvm::ELF::__anon18397
/external/elfutils/libelf/
H A Delf.h1215 #define R_386_32 1 /* Direct 32 bit */ macro
/external/kmod/port-gnu/
H A Delf.h1214 #define R_386_32 1 /* Direct 32 bit */ macro
/external/valgrind/perf/
H A Dtinycc.c967 #define R_386_32 1 /* Direct 32 bit */ macro
5628 #define R_DATA_32 R_386_32
5708 greloc(cur_text_section, sym, ind, R_386_32);
6043 ind + 1, R_386_32);
6053 ind + 1, R_386_32);
6452 ind, R_386_32);
6465 ind, R_386_32);
16224 greloc(cur_text_section, pe->sym, ind, R_386_32);
18590 case R_386_32:
18595 qrel->r_info = ELF32_R_INFO(esym_index, R_386_32);
[all...]

Completed in 306 milliseconds