Searched refs:sec (Results 1 – 3 of 3) 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;
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()
320 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() argument322 const char *secname = sec_name(elf, sec); in export_from_secname()338 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() argument340 if (sec == elf->export_sec) in export_from_sec()342 else if (sec == elf->export_unused_sec) in export_from_sec()344 else if (sec == elf->export_gpl_sec) in export_from_sec()346 else if (sec == elf->export_unused_gpl_sec) in export_from_sec()348 else if (sec == elf->export_gpl_future_sec) in export_from_sec()927 const char *sec = sech_name(elf, sechdr); in check_section() local931 !match(sec, section_white_list)) { in check_section()[all …]