Searched refs:sec (Results 1 – 4 of 4) sorted by relevance
107 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;
134 ${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…
160 Elf_Shdr *sec; in get_symbol_from_table() local175 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()
353 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() argument355 const char *secname = sec_name(elf, sec); in export_from_secname()371 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() argument373 if (sec == elf->export_sec) in export_from_sec()375 else if (sec == elf->export_unused_sec) in export_from_sec()377 else if (sec == elf->export_gpl_sec) in export_from_sec()379 else if (sec == elf->export_unused_gpl_sec) in export_from_sec()381 else if (sec == elf->export_gpl_future_sec) in export_from_sec()908 const char *sec = sech_name(elf, sechdr); in check_section() local912 !match(sec, section_white_list)) { in check_section()[all …]