Searched refs:section_name (Results 1 – 2 of 2) sorted by relevance
/arch/x86/boot/tools/ |
D | build.c | 157 static void update_pecoff_section_header_fields(char *section_name, u32 vma, u32 size, u32 datasz, … in update_pecoff_section_header_fields() argument 173 if (strncmp((char*)section, section_name, 8) == 0) { in update_pecoff_section_header_fields() 193 static void update_pecoff_section_header(char *section_name, u32 offset, u32 size) in update_pecoff_section_header() argument 195 update_pecoff_section_header_fields(section_name, offset, size, size, offset); in update_pecoff_section_header()
|
/arch/arm64/kvm/hyp/nvhe/ |
D | gen-hyprel.c | 216 static inline const char *section_name(Elf64_Shdr *shdr) in section_name() function 363 const char *sh_orig_name = section_name(sh_orig); in emit_rela_section() 434 section_name(shdr)); in emit_all_relocs()
|