Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 4 of 4) sorted by relevance

/scripts/
Dextract-sys-certs.pl107 foreach my $sec (@sections) {
108 my $s_name = $sec->{name};
109 my $s_vma = $sec->{vma};
110 my $s_len = $sec->{len};
111 my $s_foff = $sec->{foff};
135 $s = $sec;
Dfaddr2line134 ${AWK} -v sec=$sym_sec '$1 == "[" sec "]" { print "0x" $6; exit }')
145 ${AWK} -v sec=$sym_sec '$1 == "[" sec "]" { print $2; exit }')
181 …done < <(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' | ${AWK} -v sec=$sym_sec '$7 == s…
Dinsert-sys-cert.c160 Elf_Shdr *sec; in get_symbol_from_table() local
175 sec = &x[secndx]; in get_symbol_from_table()
178 s->offset = s->address - sec->sh_addr in get_symbol_from_table()
179 + sec->sh_offset; in get_symbol_from_table()
/scripts/mod/
Dmodpost.c362 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() argument
364 const char *secname = sec_name(elf, sec); in export_from_secname()
374 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() argument
376 if (sec == elf->export_sec) in export_from_sec()
378 else if (sec == elf->export_gpl_sec) in export_from_sec()
902 const char *sec = sech_name(elf, sechdr); in check_section() local
906 !match(sec, section_white_list)) { in check_section()
911 modname, sec); in check_section()
1343 const char *sec) in find_elf_symbol2() argument
1355 if (strcmp(symsec, sec) != 0) in find_elf_symbol2()