Home
last modified time | relevance | path

Searched refs:tshdr (Results 1 – 7 of 7) sorted by relevance

/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Drelocate.c509 if (tshdr == NULL) in relocate_section()
524 if ((tshdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section()
529 tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section()
530 if (tshdr == NULL) in relocate_section()
533 if (unlikely (tshdr->sh_type == SHT_NOBITS) in relocate_section()
534 || unlikely (tshdr->sh_size == 0)) in relocate_section()
574 || tshdr->sh_offset < ehsize)) in relocate_section()
589 if (unlikely (shdrs_start < tshdr->sh_offset + tshdr->sh_size in relocate_section()
590 && tshdr->sh_offset < shdrs_end)) in relocate_section()
608 if (unlikely (phdrs_start < tshdr->sh_offset + tshdr->sh_size in relocate_section()
[all …]
/dports/net/mptsd/mptsd-1.1/libtsfuncs/
H A Dsecdata.c92 struct ts_header tshdr = *ts_header; in ts_section_data_gen_ts_packets() local
113 tshdr.pusi = 0; in ts_section_data_gen_ts_packets()
114 tshdr.continuity++; in ts_section_data_gen_ts_packets()
116 ts_packet_header_generate(curpacket, &tshdr); // Do the header in ts_section_data_gen_ts_packets()
H A Dsections.c195 struct ts_header tshdr; in ts_section_dump() local
196 ts_packet_header_parse(sec->packet_data + (i * TS_PACKET_SIZE), &tshdr); in ts_section_dump()
197 ts_packet_header_dump(&tshdr); in ts_section_dump()
/dports/devel/elfutils/elfutils-0.179/src/
H A Dstrip.c467 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in remove_debug_relocations() local
468 if (tshdr->sh_type == SHT_NOBITS in remove_debug_relocations()
469 || tshdr->sh_size == 0 in remove_debug_relocations()
470 || (tshdr->sh_flags & SHF_ALLOC) != 0) in remove_debug_relocations()
474 tshdr->sh_name); in remove_debug_relocations()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dsymbol-elf.c1090 GElf_Shdr tshdr; in dso__load_sym() local
1130 if (elf_section_by_name(runtime_ss->elf, &runtime_ss->ehdr, &tshdr, in dso__load_sym()
1132 dso->text_offset = tshdr.sh_addr - tshdr.sh_offset; in dso__load_sym()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dsymbol-elf.c1090 GElf_Shdr tshdr; in dso__load_sym() local
1130 if (elf_section_by_name(runtime_ss->elf, &runtime_ss->ehdr, &tshdr, in dso__load_sym()
1132 dso->text_offset = tshdr.sh_addr - tshdr.sh_offset; in dso__load_sym()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dsymbol-elf.c1090 GElf_Shdr tshdr; in dso__load_sym() local
1130 if (elf_section_by_name(runtime_ss->elf, &runtime_ss->ehdr, &tshdr, in dso__load_sym()
1132 dso->text_offset = tshdr.sh_addr - tshdr.sh_offset; in dso__load_sym()