Lines Matching refs:shdr
488 Elf_Shdr *shdr; in jit_add_debug_info() local
521 shdr = elf_getshdr(scn); in jit_add_debug_info()
522 if (!shdr) { in jit_add_debug_info()
527 shdr->sh_name = 52; /* .debug_line */ in jit_add_debug_info()
528 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
529 shdr->sh_addr = 0; /* must be zero or == sh_offset -> dynamic object */ in jit_add_debug_info()
530 shdr->sh_flags = 0; in jit_add_debug_info()
531 shdr->sh_entsize = 0; in jit_add_debug_info()
555 shdr = elf_getshdr(scn); in jit_add_debug_info()
556 if (!shdr) { in jit_add_debug_info()
561 shdr->sh_name = 64; /* .debug_info */ in jit_add_debug_info()
562 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
563 shdr->sh_addr = 0; /* must be zero or == sh_offset -> dynamic object */ in jit_add_debug_info()
564 shdr->sh_flags = 0; in jit_add_debug_info()
565 shdr->sh_entsize = 0; in jit_add_debug_info()
589 shdr = elf_getshdr(scn); in jit_add_debug_info()
590 if (!shdr) { in jit_add_debug_info()
595 shdr->sh_name = 76; /* .debug_info */ in jit_add_debug_info()
596 shdr->sh_type = SHT_PROGBITS; in jit_add_debug_info()
597 shdr->sh_addr = 0; /* must be zero or == sh_offset -> dynamic object */ in jit_add_debug_info()
598 shdr->sh_flags = 0; in jit_add_debug_info()
599 shdr->sh_entsize = 0; in jit_add_debug_info()