Lines Matching refs:shdr
499 Elf_Shdr *shdr; in jit_add_debug_info() local
532 shdr = elf_getshdr(scn); in jit_add_debug_info()
533 if (!shdr) { in jit_add_debug_info()
538 shdr->sh_name = 52; /* .debug_line */ in jit_add_debug_info()
539 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
540 shdr->sh_addr = 0; /* must be zero or == sh_offset -> dynamic object */ in jit_add_debug_info()
541 shdr->sh_flags = 0; in jit_add_debug_info()
542 shdr->sh_entsize = 0; in jit_add_debug_info()
566 shdr = elf_getshdr(scn); in jit_add_debug_info()
567 if (!shdr) { in jit_add_debug_info()
572 shdr->sh_name = 64; /* .debug_info */ in jit_add_debug_info()
573 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
574 shdr->sh_addr = 0; /* must be zero or == sh_offset -> dynamic object */ in jit_add_debug_info()
575 shdr->sh_flags = 0; in jit_add_debug_info()
576 shdr->sh_entsize = 0; in jit_add_debug_info()
600 shdr = elf_getshdr(scn); in jit_add_debug_info()
601 if (!shdr) { in jit_add_debug_info()
606 shdr->sh_name = 76; /* .debug_info */ in jit_add_debug_info()
607 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
608 shdr->sh_addr = 0; /* must be zero or == sh_offset -> dynamic object */ in jit_add_debug_info()
609 shdr->sh_flags = 0; in jit_add_debug_info()
610 shdr->sh_entsize = 0; in jit_add_debug_info()