HomeSort by: relevance | last modified time | path
    Searched defs:rel_type (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 107 * @rel_type: Type of relocation.
113 enum vmw_resource_relocation_type rel_type:3; member in struct:vmw_resource_relocation
521 * @rel_type: Relocation type.
527 rel_type)
539 rel->rel_type = rel_type;
575 switch (rel->rel_type) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 1236 unsigned int rel_type; local
1240 rel_type = R_HPPA_GOTOFF;
1242 rel_type = R_HPPA_PCREL_CALL;
1245 rel_type = R_PARISC_SEGREL32;
1247 rel_type = R_PARISC_TLS_GD21L;
1249 rel_type = R_PARISC_TLS_LDM21L;
1251 rel_type = R_PARISC_TLS_LDO21L;
1253 rel_type = R_PARISC_TLS_IE21L;
1255 rel_type = R_PARISC_TLS_LE21L;
1258 rel_type = R_HPPA_COMPLEX
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 1236 unsigned int rel_type; local
1240 rel_type = R_HPPA_GOTOFF;
1242 rel_type = R_HPPA_PCREL_CALL;
1245 rel_type = R_PARISC_SEGREL32;
1247 rel_type = R_PARISC_TLS_GD21L;
1249 rel_type = R_PARISC_TLS_LDM21L;
1251 rel_type = R_PARISC_TLS_LDO21L;
1253 rel_type = R_PARISC_TLS_IE21L;
1255 rel_type = R_PARISC_TLS_LE21L;
1258 rel_type = R_HPPA_COMPLEX
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 2261 relocation_type rel_type,
2269 if (rel_type == reltype_unknown)
2270 rel_type = guess_is_rela (filedata->file_header.e_machine) ? reltype_rela : reltype_rel;
2272 if (rel_type == reltype_rela)
2277 else if (rel_type == reltype_rel)
2282 else if (rel_type == reltype_relr)
2292 if (rel_type == reltype_rela)
2307 else if (rel_type == reltype_rela)
2709 && rel_type == reltype_rela)
2870 if (dump_reloc && rel_type == reltype_rela
9856 relocation_type rel_type; member in struct:__anon9917
9883 relocation_type rel_type = rel_type_from_sh_type (section->sh_type); local
10019 relocation_type rel_type; local
11072 unsigned int rel_type; \/* REL or RELA ? *\/ member in struct:arm_section
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 1968 relocation_type rel_type,
1975 if (rel_type == reltype_unknown)
1976 rel_type = guess_is_rela (filedata->file_header.e_machine) ? reltype_rela : reltype_rel;
1978 if (rel_type == reltype_rela)
1983 else if (rel_type == reltype_rel)
1988 else if (rel_type == reltype_relr)
1996 if (rel_type == reltype_rela)
2013 if (rel_type == reltype_rela)
2412 && rel_type == reltype_rela)
2525 if (rel_type == reltype_rela
9424 relocation_type rel_type; member in struct:__anon11399
9450 relocation_type rel_type = rel_type_from_sh_type (section->sh_type); local
9557 relocation_type rel_type; local
10564 unsigned int rel_type; \/* REL or RELA ? *\/ member in struct:arm_section
    [all...]

Completed in 40 milliseconds