Searched refs:DT_REL (Results 1 – 10 of 10) sorted by relevance
58 case DT_REL: in getTypeString()98 if (Value == DT_REL) { in printValue()113 case DT_REL: in printValue()
231 #define DT_REL 17 macro
1514 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic()1515 [DT_RELSZ] = { [DT_REL] = true }, in check_dynamic()1516 [DT_RELENT] = { [DT_REL] = true }, in check_dynamic()1634 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL in check_dynamic()1640 if (dyn->d_tag == DT_REL) in check_dynamic()1681 case DT_REL: in check_dynamic()1777 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic()1778 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT])) in check_dynamic()
526 return DT_REL; in elf_i386_rel_type()
2444 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections()4511 outdata->d_type = (REL_TYPE (&ld_state) == DT_REL in ld_generic_create_outfile()6801 assert (DT_RELSZ - DT_REL == 1); in ld_generic_create_outfile()6807 assert (DT_RELENT - DT_REL == 2); in ld_generic_create_outfile()6810 rel == DT_REL in ld_generic_create_outfile()
146 #define DT_REL 17 macro
1369 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
669 #define DT_REL 17 /* Address of Rel relocs */ macro
3262 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
644 #define DT_REL 17 /* Address of Rel relocs */ macro19668 put_dt(dynamic, DT_REL, rel_addr); in tcc_output_file()