Lines Matching refs:SHT_REL
349 #define SHT_REL 9 /* Relocation entries, no addends */ macro
6826 case SHT_REL: in new_section()
18362 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags); in put_elf_reloc()
18467 if (sr->sh_type == SHT_REL && sr->link == s) { in sort_syms()
18927 if (s->sh_type != SHT_REL) in build_got_entries()
19446 s->sh_type == SHT_REL && in tcc_output_file()
19528 } else if (s->sh_type == SHT_REL) { in tcc_output_file()
19555 if (s->sh_type == SHT_REL) { in tcc_output_file()
19717 s->sh_type == SHT_REL) { in tcc_output_file()
19935 sh->sh_type != SHT_REL && in tcc_load_object_file()
20002 if (sh->sh_type == SHT_REL) { in tcc_load_object_file()
20053 case SHT_REL: in tcc_load_object_file()