• Home
  • Raw
  • Download

Lines Matching refs:sh_num

2200     int sh_num;              /* elf section number */  member
5474 int info, int other, int sh_num, const char *name);
6842 sec->sh_num = s1->nb_sections; in new_section()
6910 int sym_type, sym_bind, sh_num, info; in put_extern_sym2() local
6916 sh_num = SHN_UNDEF; in put_extern_sym2()
6918 sh_num = SHN_ABS; in put_extern_sym2()
6920 sh_num = section->sh_num; in put_extern_sym2()
6966 sym->c = add_elf_sym(symtab_section, value, size, info, 0, sh_num, name); in put_extern_sym2()
6971 esym->st_shndx = sh_num; in put_extern_sym2()
14847 text_section->sh_num, NULL); in tcc_compile()
16232 if (sym->r == cur_text_section->sh_num) { in gen_disp32()
16481 if (sym->r != cur_text_section->sh_num) in asm_opcode()
17339 int sh_num, long value) in asm_new_label1() argument
17360 sym->r = sh_num; in asm_new_label1()
17366 asm_new_label1(s1, label, is_local, cur_text_section->sh_num, ind); in asm_new_label()
18298 int info, int other, int sh_num, const char *name) in add_elf_sym() argument
18314 if (sh_num == SHN_UNDEF) { in add_elf_sym()
18325 sym_bind, sh_num, esym_bind, esym->st_shndx); in add_elf_sym()
18334 esym->st_shndx = sh_num; in add_elf_sym()
18343 sh_num, name); in add_elf_sym()
18365 sr->sh_info = s->sh_num; in put_elf_reloc()
18499 sym->st_shndx = bss_section->sh_num; in relocate_common_syms()
18511 int sym_bind, sh_num, sym_index; in relocate_syms() local
18519 sh_num = sym->st_shndx; in relocate_syms()
18520 if (sh_num == SHN_UNDEF) { in relocate_syms()
18550 } else if (sh_num < SHN_LORESERVE) { in relocate_syms()
18796 0, s1->got->sh_num, "_GLOBAL_OFFSET_TABLE_"); in build_got()
19065 s->sh_num, sym_start); in add_init_array_defines()
19069 s->sh_num, sym_end); in add_init_array_defines()
19089 bounds_section->sh_num, "__bounds_start"); in tcc_add_runtime()
19132 text_section->sh_num, "_etext"); in tcc_add_linker_symbols()
19136 data_section->sh_num, "_edata"); in tcc_add_linker_symbols()
19140 bss_section->sh_num, "_end"); in tcc_add_linker_symbols()
19169 s->sh_num, buf); in tcc_add_linker_symbols()
19174 s->sh_num, buf); in tcc_add_linker_symbols()
19307 bss_section->sh_num, name); in tcc_output_file()
19820 sh->sh_link = s->link->sh_num; in tcc_output_file()
20003 s->sh_info = sm_table[sh->sh_info].s->sh_num; in tcc_load_object_file()
20033 sym->st_shndx = sm->s->sh_num; in tcc_load_object_file()