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

/external/chromium_org/courgette/
H A Dtypes_elf.h131 R_386_32 = 1, enumerator in enum:elf32_rel_386_type_values
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h268 R_386_32 = 1, /* word32, S + A */ enumerator in enum:__anon14856
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py495 R_386_32 = 1 variable in class:Relocs_Elf_i386
/external/qemu/
H A Delf.h283 #define R_386_32 1 macro
/external/llvm/include/llvm/Support/
H A DELF.h377 R_386_32 = 1, enumerator in enum:llvm::ELF::__anon21914
/external/elfutils/libelf/
H A Delf.h1127 #define R_386_32 1 /* Direct 32 bit */ macro
/external/valgrind/main/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 241 milliseconds