Home
last modified time | relevance | path

Searched refs:reloc_count_other_section (Results 1 – 2 of 2) sorted by relevance

/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgpcoffgen.c382 if (symbol->reloc_count_other_section > 0) { in _decrease_relocation_counts()
383 (symbol->reloc_count_other_section)--; in _decrease_relocation_counts()
967 symbol->reloc_count_other_section = 0; in _clear_relocation_counts()
1018 (symbol->reloc_count_other_section)++; in _check_section_relocations()
1128 if (symbol->reloc_count_other_section > 0) { in gp_coffgen_del_reloc()
1129 (symbol->reloc_count_other_section)--; in gp_coffgen_del_reloc()
1492 return ((Symbol->reloc_count_other_section > 0) ? true : false); in gp_coffgen_symbol_has_reloc()
H A Dgpcoff.h623 unsigned int reloc_count_other_section; member